R/now.R

Defines functions now

Documented in now

#' return current timestamp as integer
#'
#' @author Frederik Sachser
#' @export
now <- function() {
  return(format(Sys.time(), "%Y%m%d%H%M%S"))
}
sachserf/fsf documentation built on June 7, 2024, 11 a.m.