checkNoExtraVars: checkNoExtraVars

View source: R/cleaningHelpers.R

checkNoExtraVarsR Documentation

checkNoExtraVars

Description

Check that the raw data does not include extraneous variables.

Usage

checkNoExtraVars(data, varNames, except = NULL)

Arguments

data

Raw data, a data frame.

varNames

Vector of valid variable names.

except

A vector of variable names to be excluded form the check.

Value

A list.


conquestr documentation built on March 31, 2023, 6:02 p.m.