Description Usage Arguments Details Examples
This function detect factor variables
1 | factor_detect(df, max.unique = 20)
|
df |
dataframe |
max.unique |
number maximum of unique values to be considered as a factor varaiable |
details
1 2 3 4 | ## Not run:
factor_detect (df, max.unique = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.