This is a simple convenience function that returns a date in the format used by \today in LaTeX. A possible use case is fixing the date shown in a vignette at weaving time.
UTF-8
latexDate(x = Sys.Date(),...)
Arguments
x: any object for which an as.POSIXlt method exists. Defaults to the current date.