R/timepunch.R

Defines functions timepunch

Documented in timepunch

#' @title FUNCTION_TITLE
#' @description FUNCTION_DESCRIPTION

#' @return OUTPUT_DESCRIPTION
#' @details DETAILS
#' @examples
#' \dontrun{
#' if(interactive()){
#'  #EXAMPLE1
#'  }
#' }
#' @rdname timepunch
#' @export


timepunch <-
        function() {

                paste0("[", Sys.time(), "]")

        }
meerapatelmd/secretary documentation built on Oct. 8, 2021, 8:49 a.m.