czech_date_interval | R Documentation |
Returns the most space-efficient and at the same time grammatically correct
interval of two Czech dates. When both dates are the same, only one is
outputted. The function ensures that the interval is not negative (i.e.,
start
<= end
), otherwise, it is reversed.
czech_date_interval(start, end)
start |
Date of date-like object, start date or left boundary of an interval. |
end |
Date of date-like object, end date or right boundary of an interval. |
Character
czech_date_interval("2020-01-24", "2020-01-03") # note the argument order
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.