rm_extra_DVcols: Checks for and removes unnecessary DV output columns.

Description Usage Arguments Value Examples

View source: R/formatting.R

Description

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

Usage

1

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

1
2
3
4
5
## Not run: 
library(VWPre)
df <- rm_extra_DVcols(data = dat, Keep = NULL)

## End(Not run)

VWPre documentation built on Nov. 30, 2020, 1:08 a.m.