R/dateTimeFormats2.R

#' dateTimeFormats2
#
#' @description dateTimeFormats displays the possible date-time options available (without examples).
#
#' @return No return values. Instead a vector is displayed with all the options for date-time objects.
#
#' @examples
#' # Run this function at any time you want to.
#' dateTimeFormats2()
#
#' @export
#
dateTimeFormats2 <- function() {
    dateTimeFormat <- c("ymd_HMS", "mdy_HMS", "dmy_HMS", "ymd_HM", "mdy_HM", "dmy_HM")
    return(dateTimeFormat)
}

Try the esmprep package in your browser

Any scripts or data that you put into this service are public.

esmprep documentation built on July 5, 2019, 5:03 p.m.