library(officer)
#' @title Document Metadata
#'
#' @source
#' @description A function to document your metadata for people who hate code things but insist they want to know what you are doing
#' @param dir.out The directory that you want this file to be saved to.
#' @param title Name of the project, to appear at the top of the page.
#' @author Emily Markowitz Emily.Markowitz@noaa.gov
#' @keywords packages documentation
#' @export
#' @examples
#' DocumentMetadata(dir.out = getwd(), title = "Test")
#'
get("DocumentMetadata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.