save_lists | R Documentation |
Given a counterbalanced experiment from fill_experiment(), saves the individual counterbalanced lists. In the future there will be an option for JSON files or csv files, but for now it does csv files.
save_lists( design, filename = design[["name"]], path = getwd(), separate_items = FALSE, as_one_file = FALSE, remove_type = FALSE )
design |
Experiment design |
filename |
Name to use for output files |
path |
Directory to save files into (default is getwd()) |
separate_items |
Whether to save separate files for different types of items (eg critical and filler lists are saved separately) |
as_one_file |
Whether you want to save all trials as 1 file |
remove_type |
Should the type column be removed from the output file? If TRUE and there's only 1 type, the item column is renamed to the 1 value of the type column. If FALSE, type column is retained. If a string, will remove the type column and rename the item column to the given string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.