R/utils.R

Defines functions .now

Documented in .now

# utilities

#' Get current time
#'
#' @return A character variable of the current time.
#'
.now = function() {
  return(sprintf('[%s]', Sys.time()))
}
nzhang89/RiboSeeker documentation built on April 15, 2022, 10:18 a.m.