RunShiny: Runs Shiny app to display data

Description Usage Examples

View source: R/RunShiny.R

Description

Start the Shiny App

Usage

1

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# This example creates a database in the temporary directory and
# fills it with simulated data, the displays the Shiny page.
library(D13CBreath)
# The databasePath is passed to global.R in shiny
databasePath = CreateSimulatedBreathTestDatabase()
RunShiny()

## End(Not run)

dmenne/d13cbreath documentation built on March 1, 2020, 3:41 a.m.