#' Create Plot Month
#'
#' @param month_field Date field in data frame
#'
#' @return Factor field in data frame
#' @export
#'
plot_month <- function(month_field) {
forcats::fct_reorder(format(month_field, "%b '%y"), month_field)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.