View source: R/peekds_readers.R
ds.map_columns | R Documentation |
Function for mapping raw data columns to processed table columns
ds.map_columns(raw_data, raw_format, table_type)
raw_data |
raw data frame |
raw_format |
source of the eye-tracking data, e.g. "tobii" |
table_type |
type of processed table, e.g. "xy_data" | "aoi_table" |
processed data frame with specified column names
## Not run:
df_xy_data <-ds.map_columns(raw_data = raw_data, raw_format = "tobii",
table_type = "xy_data")
df_aoi_data <-ds.map_columns(raw_data = raw_data, raw_format = "tobii",
table_type = "aoi_data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.