| babylonian_date | R Documentation |
The classical Babylonian calendar was a lunisolar calendar with a fixed 19-year Metonic cycle.
babylonian_date(
year = integer(),
month = integer(),
leap_month = logical(),
day = integer()
)
as_babylonian(date)
year |
Numeric vector of years |
month |
Numeric vector of months |
leap_month |
Logical vector of leap months |
day |
Numeric vector of days |
date |
Vector of dates on some calendar. |
A babylonian vector object
cal_babylonian
## Not run:
tibble::tibble(
gregorian = gregorian_date(2335, 1, 1:2),
babylonian = as_babylonian(gregorian)
)
babylonian_date(2335, 6, FALSE, 1:2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.