Description Usage Arguments Value Examples
In contrast to ISOdate
it can also define BC dates (at least those
of them that comply with R). Only the additional day of leap years (February 29)
cannot be defined correctly as R introduces extra 0-th year, which actually didn't
exist. That is the only reason why BC leap years in R are shifted on 1-year away
from real ones.
1 | eq_get_date(Y, M = 1, D = 1)
|
Y, |
numerical values to specify a year. |
M, |
numerical values to specify a month |
D, |
numerical values to specify a day |
An object of class "Date
".
1 2 | eq_get_date(-100, 12, 31);
eq_get_date(2000);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.