R/date_time.R

Defines functions get_date_time

Documented in get_date_time

#' Date and Time
#'
#' use Sys.time()
#'
#' @return character string with date and time
#' @export
get_date_time <- function() {
  as.character(Sys.time())
}
miraisolutions/PoCbookdownPkg documentation built on May 13, 2020, 1:20 a.m.