write_type_check | R Documentation |
suggest type check
write_type_check(d, vars = names(d), file = stdout())
suggest_type_check(d, vars = names(d))
d |
|
vars |
|
file |
file to which the checks will be written to. |
suggest_type_check
returns validate::validator()
object with the suggested rules.
write_type_check
write the rules to file and returns invisibly a named list of types for each variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.