View source: R/peekds_readers.R
ds.is_table_required | R Documentation |
Check if a certain table is required according to schema
ds.is_table_required(table_type, coding_methods)
table_type |
the type of dataframe, for the most updated table types specified by schema, please use functionds.list_ds_tables() |
coding_methods |
methods used in the experiment for coding gaze data, to get the list of current coding methods, please use function ds.list_coding_methods() |
A boolean value
## Not run:
is_required <-ds.is_table_required(table_type = "xy_timepoints",
coding_method = "manual gaze coding")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.