R/paste0date.R

Defines functions paste0date

Documented in paste0date

paste0date <-
function(..., collapse = NULL)
{
    paste0(paste0(..., collapse = collapse), Sys.Date())
}

Try the mefa4 package in your browser

Any scripts or data that you put into this service are public.

mefa4 documentation built on June 22, 2024, 11:01 a.m.