Description Usage Arguments Examples
View source: R/random_rotation.R
Detect quasi-unique string (character) and factor columns with a threshold tl, as well as columns that include too much repetition of one value with a threshold th
1 | df_uniqueness_properties(df, th = 0.9, tl = 0.85)
|
df |
data frame |
th |
threshold for percentage of unique values |
tl |
threshold for percentage of most frequent identical value |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.