runShiny: runShiny

View source: R/runShiny.R

runShinyR Documentation

runShiny

Description

Runs a Shiny app for dependency investigation.

Usage

runShiny()

Value

An object that represents the app.

Examples

# Run only in interactive session
if (interactive()) {
  runShiny()
}

DependencyReviewer documentation built on March 31, 2023, 9:30 p.m.