#' Returns name of previous quarter, for within the bulletin.
#' @export
yearago_quarter <- function(){
stringr::str_c("Q", params$quarter, " ", as.numeric(params$year) - 1, sep = "")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.