get_numeric_char_field_names {jwutil} | R Documentation |
Get field names, or the data itself, of fields in a data frame which are numeric, or numeric-like characters.
get_numeric_char_field_names(x, invert = FALSE, attrition = 0.05) get_numeric_field_names(x, invert = FALSE) get_numeric_fields(x, invert = FALSE)
x |
Data frame |
invert |
Logical, if |
attrition |
If less than this proportion of rows become |