#' Find the workspace path
#'
#' @export
get_workspace_folder <- function() {
pwd <- Sys.getenv("MY_WORKSPACE_PATH")
if (pwd == "") {
stop("Workspace path could not be found. Did you export a MY_WORKSPACE_PATH variable?")
}
pwd
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.