#' Config
#'
#' @return (list) configuration parameters for import of data and models
config <- function() {
config_path <- system.file("config.yaml", package = "ReSources")
read_yaml(config_path)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.