View source: R/utils-database.R
| create_table_name | R Documentation |
Generates a standardized table name for eyeris data based on the data type
and subject information.
create_table_name(
data_type,
sub,
ses,
task,
run = NULL,
eye_suffix = NULL,
epoch_label = NULL
)
data_type |
Type of data ("timeseries", "epochs", "epoch_timeseries", "epoch_summary", "events", "blinks") |
sub |
Subject ID |
ses |
Session ID |
task |
Task name |
run |
Run number |
eye_suffix |
Optional eye suffix for binocular data |
Character string with table name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.