checkKeysExist {dataCompareR} | R Documentation |
checkKeysExist
checkKeysExist(df, keys)
df |
a data frame |
keys |
a list of expected columns |
None. Stops if keys are not present as column names in df.
## Not run: checkKeysExist(iris, 'columnName')