R/squysh_time.R

Defines functions squysh_time

Documented in squysh_time

#' Prints the system date/time in only numbers (no spaces or punctuation)
#'
#' @return
#' @export
#'
#' @examples
squysh_time <- function(){
  str_replace_all(Sys.time(), "[^[:alnum:]]", "")
}
brentscott93/biophysr documentation built on Sept. 14, 2021, 2:35 a.m.