List the tables required based on coding method

ds.list_ds_tables(coding_methods = c("eyetracking"))

Arguments

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()

Value

a list of table types that are required based on input coding method

Examples

if (FALSE) { # \dontrun{
table_list <-ds.list_ds_tables(coding_method = "manual gaze coding")
} # }