Package 'dqcheckrGUI'

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

Help Index


Launch the dqcheckrGUI Shiny application

Description

Opens the point-and-click interface for configuring and running dqcheckr dataset quality checks.

Usage

run_app(...)

Arguments

...

Arguments passed to runApp (e.g. port, launch.browser).

Value

Called for its side effect; does not return a value.

Examples

if (interactive()) {
  run_app()
}