Upload the app to a shiny server via rsconnect. This uses the rsconnect function deployApp to upload or update a peer evaluation and thus requires rsconnect credentials to be already set. See setAccountInfo or the configuration help for details on how to set your credentials for the shiny app platform.

tbl_deploy_immediate_feedback_test(
  folder = "immediate_feedback_test",
  appName = guess_from(folder),
  ...
)

Arguments

folder

folder where the app is located (see tbl_setup_immediate_feedback_test for details)

appName

name of the application for the web address on shiny.io. Can be provided manually but must be unique within an account. By default is guessed from the folder simply by removing special characters, making everything lower case, and replacing spaces with _.

...

additional optional parameters passed on to deployApp