R/today.R

Defines functions `%today%`

#' Paste today's date into a string with magic
#'
#' @param x
#' @param y
#'
#' @return
#' @export
#'
#' @examples
`%today%` <- function(x, y) {

  paste0(x, Sys.Date(), y)

}
blueprint-ade/bputils documentation built on May 29, 2019, 5:57 p.m.