Description Usage Arguments Value Examples
This funtion will attempt to execute a check for the data of the given modality that should be named: have_<modality>_data()
Example: have_behavior_data()
1 2 3 4 5 6 7 8 9 |
cfg |
is the path to the lab's json configuration file. (Required) |
modality |
is the modality of data to check (example: behavior) |
local_root |
is the root directory to start checking from. |
data_path |
is the path from the local_root to the data. |
my_required |
is a subset of the requirements from cfg. |
drop_failed |
will drop subjects without data if set to TRUE. |
Returns a dataframe of the modality of data requested.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.