#' Map year to season
#' @param year year as integer (for instance 20)
#'
map_year_to_season <- function(year) {
paste0(year, year + 1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.