data-raw/monthnames.R

# 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)
forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.