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(), "]")

        }
patelm9/secretary documentation built on Oct. 6, 2021, 2:04 p.m.