#' Returns name of latest quarter, for within the bulletin.
#' @export
latest_quarter <- function(){
paste0("Q", params$quarter, " ", params$year)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.