-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This doesn't work:
dataset_spec <- list(list(name = "partner-sparklab-us:4n9e", version = "current"))
trials <- get_trials(dataset_spec,
remove_incomplete_runs = TRUE,
remove_invalid_runs = TRUE,
remove_invalid_trials = TRUE)
Error message:
Fetching data for partner-sparklab-us:4n9e
Fetching data for partner-sparklab-us:4n9e
Fetching item metadata for trial_items
Error in `mutate()`:
ℹ In argument: `trial_number = 1:n()`.
Caused by error:
! `trial_number` must be size 0 or 1, not 2.
Run `rlang::last_trace()` to see where the error occurred.
Reactions are currently unavailable