50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


VWPre (version 1.2.4)

rm_extra_DVcols: Checks for and removes unnecessary DV output columns.

Description

rm_extra_DVcols checks for unnecessary DataViewer output columns and removes them, unless specified.

Usage

rm_extra_DVcols(data, Keep = NULL)

Arguments

data

A data frame object created from an Eyelink Sample Report.

Keep

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.

Value

An object of type data table as described in tibble.

Examples

Run this code
# NOT RUN {
library(VWPre)
df <- rm_extra_DVcols(data = dat, Keep = NULL)
# }

Run the code above in your browser using DataLab