R/utils-deploy.R

Defines functions deploy_to_dev

Documented in deploy_to_dev

#' Deploy To Staging Environment
#'
#' Deploy the app to the testing environment.
#'
#' @return Nothing
deploy_to_dev <- function() {
  rsconnect::deployApp(appName = "screen_viz-dev")
}
tarensanders/screen_viz documentation built on June 18, 2022, 11:25 p.m.