write_unique_check | R Documentation |
Suggest range checks
write_unique_check(d, vars = names(d), file = stdout(), fraction = 0.95)
suggest_unique_check(d, vars = names(d), fraction = 0.95)
d |
|
vars |
|
file |
file to which the checks will be written to. |
fraction |
if values in a column > |
suggest_unique_check
returns validate::validator()
object with the suggested rules.
write_unique_check
write the rules to file and returns invisibly a named list of checks for each variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.