Description Usage Arguments Value See Also Examples
View source: R/get_continuous.R
Identify continuous variables from a data frame of mixed variable types
Comparison operators used are >=
NA values do not contribute to level counts
1 | get_continuous(df, lower = 15)
|
df |
data frame of mixed variable types |
lower |
minimum number of unique values to be considered continuous |
data frame containing only ID and variables meeting the criteria
Other filter functions: colfilter
,
get_binary
, get_categorical
,
get_check
, min_cat_n
,
min_n
, remove_incomplete_obs
,
remove_outliers
, rowfilter
1 2 3 | require(NHANES)
data(NHANES)
head(get_continuous(NHANES))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.