ds.list_ds_tables: List the tables required based on coding method

View source: R/peekds_readers.R

ds.list_ds_tablesR Documentation

List the tables required based on coding method

Description

List the tables required based on coding method

Usage

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

## Not run: 
table_list <-ds.list_ds_tables(coding_method = "manual gaze coding")

## End(Not run)


langcog/peekbankr documentation built on Dec. 19, 2024, 1:58 a.m.