View source: R/import_multiple.R
import_multiple | R Documentation |
import_multiple()
parses a JATOS .txt file containing multiple
participant's results to a (list of) R object(s).
import_multiple(
jatos_txt_file,
separate = TRUE,
exclusion = TRUE,
indiv = FALSE,
ret_incomplete = FALSE,
...
)
jatos_txt_file |
JATOS .txt file path. |
separate |
Returns separate lists for non-distanced and distanced groups? |
exclusion |
Exclude those meeting exclusion criteria from questionnaire / hBayesDM outputs? |
indiv |
Return individual-level data? This can then be passed to
|
ret_incomplete |
Return incomplete datasets? They may require manual parsing. |
... |
Other arguments passed to |
list
of tibbles
or a single tibble
if
combine == TRUE
.
## Not run:
# Data not included in package (as ~900MB)
all_res_split <- import_multiple(
"data-raw/all_995_complete.txt", add_sex = TRUE
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.