this_year {era} | R Documentation |
Current year
Description
Returns the current year as a year vector, in the era system specified by
era
.
Usage
this_year(era = "CE")
Arguments
era |
An |
Value
A yr
vector with the current year.
See Also
Other era helper functions:
era_parameters
,
era_year_parameters
,
era_year
,
era
,
is_era_year()
,
is_era()
,
is_yr()
Examples
# This year in the Common Era
this_year()
# This year in the Holocene Epoch
this_year("HE")
[Package era version 0.4.1 Index]