| text_from_datey_interval | R Documentation |
datey_intervalA datey_interval is printed as "[start, end)", where start and end are
printed either as
YYYY-MM-DD, i.e. ISO 8601 extended date format, or
YYYY-MM-DD.F... where .F... is the day fraction part.
If include_day_fraction is TRUE then [.F...] is included even if it
is 0 (i.e. .0).
## S3 method for class 'datey_interval'
as.character(x, ...)
## S3 method for class 'datey_interval'
format(x, include_day_fraction = TRUE, ...)
## S3 method for class 'datey_interval'
print(x, include_day_fraction = TRUE, max = NULL, ...)
x |
The |
... |
Further arguments to be passed from or to other methods. |
include_day_fraction |
Whether to include the fractional day part.
Defaults to |
max |
Numeric or |
as.character and format return a vector of character.
print invisibly returns x.
datey_interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.