Description Usage Arguments Value Examples
The eq_datemaker helper function takes in YEAR, MONTH, and DAY number from [NOOA data](https://www.ngdc.noaa.gov/nndc/struts/form?t=101650&s=1&d=1) controls for BCE dates and missing values, and returns a date in posixCt format.
1 | eq_datemaker(yr, mnth, dy)
|
yr |
year from YEAR column of NOAA data |
mnth |
month from MONTH column of NOAA data (sometimes NA) |
dy |
day from DAY column of NOAA data (sometimes NA) |
A posixCt object from coresponding inputs controlling for missing and BCE dates.
1 2 3 4 | ## Not run:
eq_datemaker(-1142, 11, NA)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.