Opens the point-and-click interface for configuring and running dqcheckr dataset quality checks.
Arguments
- config_dir
Path to the directory that contains (or will contain)
dqcheckr.ymland individual dataset.ymlfiles. Defaults to theDQCHECKR_CONFIG_DIRenvironment variable when set, otherwiseconfig/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
runApp(e.g.port,launch.browser).
See also
vignette("dqcheckrGUI", package = "dqcheckrGUI") for a full
setup walkthrough. run_dq_check for the
underlying check function.
Examples
if (interactive()) {
run_app()
# Explicit project folder (recommended from a launcher script)
# run_app(config_dir = file.path(getwd(), "config"))
}