checkType | R Documentation |
checkType Gives feedback on whether a variable matches the type specified.
checkType(data, varname, type = c("character", "date", "factor", "numeric"))
data |
The dataset |
varname |
The var |
type |
The expeted type |
report
## Not run:
checkType(data,var)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.