runTestApp: Launch test shiny Apps

View source: R/runTestApp.R

runTestAppR Documentation

Launch test shiny Apps

Description

Launch test shiny Apps

Usage

runTestApp(name, ...)

Arguments

name

The name of the app to run

...

arguments to pass to shiny::runApp

Examples

## Not run: 
library(testApps)

# running an app
  runTestApp("testApp01")

# to get list of names of shiny apps
  runTestApp()
# this will give error with all possible
# shiny names contained in the package.

## End(Not run)


shafayetShafee/testApps documentation built on May 31, 2022, 7:25 p.m.