#' Loads global parameters
#'
#' The function loads the global parameters for this project
#'
#' @export
#'
#' @examples
#' # Metadata
#' global_parameters()
global_parameters <- function() {
## ---------------------------------------------
## Global parameters stored as YAML
global_param <<- read_yaml("./data/data-param/global_parameters.yml")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.