R/today.R

#' Return current date
#'
#' This function returns the current date, as a `Date` object.
#'
#' @export
#' 
today <- function() as.Date(Sys.time())
reconhub/epirisk documentation built on May 3, 2019, 8:36 p.m.