| dqcheckrGUI-package | R Documentation |
A point-and-click 'shiny' front-end for dqcheckr – configure and run automated data quality checks on recurring dataset deliveries without writing any R code.
Launch the app with run_app. On first run it will offer to
create the standard project layout (‘config/’, ‘data/’,
‘reports/’) in the chosen directory.
The config directory can be set via the DQCHECKR_CONFIG_DIR
environment variable or the config_dir argument to
run_app. See the getting-started vignette for a full
walkthrough including Windows and OneDrive setups:
vignette("dqcheckrGUI", package = "dqcheckrGUI").
dqcheckrGUI is feature-complete and is maintained for corrections only. Configuration features are developed in dqcheckr itself, which offers a script-based workflow that does not need this interface. Existing deployments continue to work unchanged.
dqcheckrGUI delegates all data processing to dqcheckr.
See vignette("dqcheckr", package = "dqcheckr") for the core
package introduction and vignette("specification", package =
"dqcheckr") for the full config/schema reference.
These packages are only called from the 'shiny' app sourced at runtime via
system.file("app", package = "dqcheckrGUI")
(inst/app/R/*.R), so static analysis of R/ cannot see them
as used – without a reference here, R CMD check reports
"Namespaces in Imports field not imported from".
Maintainer: Mick Mioduszewski mick@mioduszewski.net
Authors:
Mick Mioduszewski mick@mioduszewski.net
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.