View source: R/find_continouus.R
find_continouus | R Documentation |
Returns a vector with all numeric variables with three or more unique values.
find_continouus(.data, .bin_var = NULL)
.data |
A data.frame or tibble. |
.bin_var |
A character vector containing all binary variables (if known). This results in the output of all numeric variables not in this string. |
A character vector with the numeric variables.
-
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.