runRprimerApp: rprimer Shiny application

View source: R/runRprimerApp.R

runRprimerAppR Documentation

rprimer Shiny application

Description

runRprimerApp() starts a Shiny application where the workflow of the rprimer package can be run through a graphical user interface.

Usage

runRprimerApp()

Value

Opens the Shiny application.

Examples

## Only run this in interactive R sessions:
if (interactive()) {
    runRprimerApp()
}

sofpn/rprimer documentation built on July 2, 2023, 7:15 a.m.