Description Usage Arguments Value Author(s) Examples
Internal function designed to assist checking for required columns in a data.frame.
1 | checkColumns(data, mandatory=NA, numeric=NA)
|
data |
data.frame |
mandatory |
list of required columns |
numeric |
list of columns expected to be numeric |
boolean, or stop() with columns not meeting the criteria
James M. Ward jmw86069@gmail.com
1 | ## No examples currently
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.