metaCheck | R Documentation |
Check consistency of a meta data object.
metaCheck(
data,
meta.data,
file.data,
match.data = TRUE,
skip.chars = T,
silent = F,
debug = F
)
data |
The dataset being described (i.e. a data.frame). |
meta.data |
The existing meta.data object (see
|
file.data |
Path to the data file. |
match.data |
Check the metadata against the dataset? This is default and normally a main reason to run this function. |
skip.chars |
Only look at numeric variables in data? Default is TRUE. |
silent |
Print to terminal whether checks passed. If FALSE, this info will still be in the returned value. |
debug |
Start by calling browser(). |
A logical variable whether all checks passed.
Other DataGen:
metaInit()
,
metaPrint()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.