# Source utilities.r, section supplemental
# Note on source: This is supplemental code necessary for the functinos to run.
# Mauro's note: Althouth I don't know where this is needed, I keep this.
MONTHNAMES <- c(
'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'
)
devtools::use_data(MONTHNAMES)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.