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/sf documentation built on June 8, 2024, 4:23 p.m.