Skip to content

Commit

Permalink
Glitches
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Apr 25, 2024
1 parent 8c092a2 commit 5aef7b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _scripts_hddm/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ load_data <- function(game_id,
mutate(
ocassion = if_else(row_number(game_time) == 1, "test", "retest"),
.by = user_id
) |>
unnest(raw_parsed),
),
camp = targets::tar_read_raw(
paste0("data_valid_", game_id),
store = projects$prepare_source_data$store
) |>
unnest(raw_parsed)
)
) |>
unnest(raw_parsed) |>
mutate(
rt = RT / 1000,
# unify levels
Expand Down

0 comments on commit 5aef7b1

Please sign in to comment.