smart_reqNames {smarter} | R Documentation |
smart_reqNames
Description
Checks if required column names are contained in the matrix or data.frame.
Usage
smart_reqNames(DATA, REQ)
Arguments
DATA |
A matrix or data.frame |
REQ |
A string vector of colnames required to be contained in DATA |
Value
No return value.
[Package smarter version 1.0.1 Index]