eth_make_date | R Documentation |
Make Ethiopian date from year, month and day components.
eth_make_date(year, month, day)
year |
an integer vector of Ethiopian year. |
month |
an integer vector of Ethiopian month. |
day |
an integer vector of Ethiopian day. |
This function makes an Ethiopian date object from three integer vectors of an equal length.
It validates the date and returns NA
for invalid dates. It accounts for leap years.
a vector of an 'ethdate' object.
Gutama Girja Urago
eth_date()
eth_parse_date()
eth_make_date(2017, 01, 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.