tbl_deploy_peer_evaluation: Deploy peer evaluation app

tbl_deploy_peer_evaluationR Documentation

Deploy peer evaluation app

Description

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.

Usage

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


KopfLab/tbltools documentation built on July 30, 2023, 11:16 p.m.