Description Usage Arguments Value Functions
View source: R/get_factor_fields.r
Get the names of those fields in a data frame which are factors.
| 1 2 3 4 5 6 7 | get_factor_fields(x, consider = names(x))
get_non_factor_fields(x, consider = names(x))
getFactorNames(x, consider = names(x))
getNonFactorNames(x, consider = names(x))
 | 
| x | data frame | 
| consider | character vector of field names of the data frame to test, default is to use all of them. | 
vector
get_non_factor_fields: Get the fields which are not factors, instead.
getFactorNames: Deprecated
getNonFactorNames: Deprecated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.