get_calendar | R Documentation |
Get or Set the Default Calendar
get_calendar(which = c("default", "current"))
set_calendar(x, which = c("default", "current"))
which |
A |
x |
A |
A TimeScale
object.
N. Frerebeau
Other calendar tools:
calendar()
,
calendar_get
,
convert()
,
gregorian
,
is_calendar()
,
julian()
## Define time scales
calendar("BP")
calendar("AD")
calendar("julian")
## Shortcuts
BP()
AD()
J()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.