'dc_export()' is a function for exporting data checks from YAML file to rda and/or roxygen2 file.
1 2 3 4 5 | datacheck_info_export(
path_yaml = system.file("extdata/data_check.yaml", package = "bdchecks"),
path_rd = "./R/",
id_rd = "documentation_"
)
|
path_yaml |
Path to a YAML file. |
path_rd |
Path for .R (roxygen2) file. |
id_rd |
ID in the beginning of file for .R file (helps to differentiate other functions from data checks). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.