#' @title Read a Catalog
#' @description A convenient yaml wrapper to read a catalog yaml file that is saved through `caralogr()`
#' @param yaml_filepath the filepath of the saved catalog file
#' @export
read_catalog <- function(yaml_filepath = file.path(getwd(), "catalogr.yaml")) {
yaml::read_yaml(yaml_filepath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.