View source: R/peekds_readers.R
ds.list_ds_tables | R Documentation |
List the tables required based on coding method
ds.list_ds_tables(coding_methods = c("eyetracking"))
coding_method |
a list of strings indicating the methods used in the experiment for coding gaze data, to get the list of current coding methods, please use functionds.list_coding_methods() |
a list of table types that are required based on input coding method
## Not run:
table_list <-ds.list_ds_tables(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.