View source: R/ds2dd_detailed.R
numchar2fct | R Documentation |
Individual thresholds for character and numeric columns
numchar2fct(data, numeric.threshold = 6, character.throshold = 6)
data |
dataset. data.frame or tibble |
numeric.threshold |
threshold for var2fct for numeric columns. Default is 6. |
character.throshold |
threshold for var2fct for character columns. Default is 6. |
data.frame or tibble
mtcars |> str()
## Not run:
mtcars |>
numchar2fct(numeric.threshold = 6) |>
str()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.