Launch the application, either locally or to shinyapps.io

launch_app(
  dataset = NULL,
  title = NULL,
  publish_app = FALSE,
  name = "experimental",
  shiny_account = "skde"
)

Arguments

dataset

The data set to be loaded into the application

title

The title of the application

publish_app

If TRUE: deploy app to shinyapps.io (default = FALSE)

name

The appName of the deployed shiny application (default = "experimental")

shiny_account

Which shiny account on shinyapps.io (default = "skde")