| Title: | Point-and-Click GUI Client for 'dqcheckr' |
|---|---|
| Description: | A graphical user interface for the 'dqcheckr' package. Provides a point-and-click 'shiny' application for configuring dataset quality checks, running them against recurring file deliveries, and browsing historical check results — without writing any R code. |
| Authors: | Mick Mioduszewski [aut, cre] |
| Maintainer: | Mick Mioduszewski <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0 |
| Built: | 2026-06-24 13:25:04 UTC |
| Source: | https://github.com/cran/dqcheckrGUI |
Opens the point-and-click interface for configuring and running dqcheckr dataset quality checks.
run_app(...)run_app(...)
... |
Arguments passed to |
Called for its side effect; does not return a value.
if (interactive()) { run_app() }if (interactive()) { run_app() }