#' Deploy To Staging Environment
#'
#' Deploy the app to the testing environment.
#'
#' @return Nothing
deploy_to_dev <- function() {
rsconnect::deployApp(appName = "screen_viz-dev")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.