| run_app | R Documentation |
Opens the point-and-click interface for configuring and running dqcheckr dataset quality checks.
run_app(config_dir = NULL, ...)
config_dir |
Path to the directory that contains (or will contain) ‘dqcheckr.yml’ and individual dataset ‘.yml’ files. Defaults to the DQCHECKR_CONFIG_DIR environment variable when set, otherwise ‘config/’ inside the current working directory. Passing this argument explicitly is recommended when launching from a script so that the correct project folder is used regardless of the R session's working directory. |
... |
Arguments passed to |
Called for its side effect; does not return a value.
vignette("dqcheckrGUI", package = "dqcheckrGUI") for a full
setup walkthrough. run_dq_check for the
underlying check function.
if (interactive()) {
run_app()
# Explicit project folder (recommended from a launcher script)
# run_app(config_dir = file.path(getwd(), "config"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.