#' @title
#' Reset data directory to online
#'
#' @description
#' The function changes the directory from where the data is loaded back to the online data repository. Function does not take arguments.
#'
#' @export
reset_dir_data <- function(){
assign('dir_data', paramEnv$dir_data_online, envir = paramEnv)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.