powered by
start R Shiny apps included in this package.
start_app( app_name = "01_podr", n = 1, pkg = "podr", pt = NULL, lb = getOption("shiny.launch.browser", interactive()), ht = getOption("shiny.host", "127.0.0.1"), dm = "normal", msg_lvl = NULL, loc = "local" )
app or script name
app number
package name
Port number
define the browser- shiny.launch.browser
define the host or ip address
display modes are auto, normal or showcase
message level
location of the scirpt: local|github; default to 'local'
# NOT RUN { library(genTS) start_appe() # default to "02_display" start_app(1) # start "01_html" # }
Run the code above in your browser using DataLab