runShinyExample: run Shiny Example

Description Usage Arguments Details Examples

View source: R/runShinyExample.R

Description

Launches Shiny app.

Usage

1
runShinyExample(appname = "CAST_AZ")

Arguments

appname

Name of the Shiny app to run. Valid values are "CAST_Map_COMID", "CAST_Map_SiteID", "CAST_AZ", and "CAST_SMC". Default = "CAST_AZ".

Details

The Shiny app based on the R package CASTfxn is included in the R package. This function launches in the users default web browser the app referenced. There are multiple apps stored in the package:

* CAST_Map_COMID

+ Selection of COMID on a map or by pull down.

+ https://leppott.shinyapps.io/CAST_Map/

* CAST_v1

+ No longer in the package, kept for reference only.

+ Original design for Shiny App.

+ https://leppott.shinyapps.io/CAST/

* CAST_AZ

+ Updated Shiny App with AZ data.

Examples

1
2
3
4
5
6
7
8
## Not run: 
# AZ
runShinyExample("CAST_AZ")

# Map
runShinyExample("CAST_Map_COMID")

## End(Not run)

leppott/CASTfxn documentation built on Sept. 6, 2019, 11:04 p.m.