print.Date: Different approach-route for print.Date

Description Usage Arguments

Description

A bit of a hack, redefining print.Date. It's the same as in base (R 3.5.0), but this is calling EmilMisc::format.Date

Note that the the interaction between this declaration and the S3-dispatch-system is a bit messy, and getS3method('print', class = 'Date') will be probably not give you this function. If you do want the source-code, simply call EmilMisc:::printDate (with three colons)

Usage

1
2
## S3 method for class 'Date'
print(x, max = NULL, ...)

Arguments

x

Date to format

max

Maximum number of dates to print. NULL to use getOption("max.print", 9999L)/default maximum

...

Other arguments passed on to print


EmilBode/EmilMisc documentation built on Feb. 24, 2020, 4:11 p.m.