powered by
rm_extra_DVcols checks for unnecessary DataViewer output columns and removes them, unless specified.
rm_extra_DVcols
rm_extra_DVcols(data, Keep = NULL)
An object of type data table as described in tibble.
A data frame object created from an Eyelink Sample Report.
An optional string or character vector containing the column names of SR sample report columns the user would like to keep in the data set.
if (FALSE) { library(VWPre) df <- rm_extra_DVcols(data = dat, Keep = NULL) }
Run the code above in your browser using DataLab