powered by
Individual thresholds for character and numeric columns
numchar2fct(data, numeric.threshold = 6, character.throshold = 6)
data.frame or tibble
dataset. data.frame or tibble
threshold for var2fct for numeric columns. Default is 6.
threshold for var2fct for character columns. Default is 6.
mtcars |> str() if (FALSE) { mtcars |> numchar2fct(numeric.threshold = 6) |> str() }
Run the code above in your browser using DataLab