# Global.R
# Define parameters and variables used in global scope.
#' Global Settings
#'
#' @export
APP_SETTINGS <- list(
"PORT" = 1994 #Port used for serving application
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.