Upload the peer evaluation 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_peer_evaluation(
  folder = "peer_evaluation",
  appName = guess_from(folder),
  ...
)

Arguments

folder

folder where the peer evaluation app is located (see tbl_setup_peer_evaluation 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