getFactorNames | R Documentation |
get the names of variables that are factors
getFactorNames(object, ...)
## S3 method for class 'data.frame'
getFactorNames(object, ...)
## Default S3 method:
getFactorNames(object, ...)
object |
a data frame or object with a |
... |
other orguments (currently not used) |
getFactorNames(data.frame)
: Get factor names
getFactorNames(default)
: Get factor names in a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.