powered by
Returns the current year as a year vector, in the era system specified by era.
era
this_year(era = "CE")
A yr vector with the current year.
yr
An era object or label understood by era(). Defaults to the Common Era (era("CE")).
era()
era("CE")
Other era helper functions: era_parameters, era_year_parameters, era_year, era, is_era_year(), is_era(), is_yr()
era_parameters
era_year_parameters
era_year
is_era_year()
is_era()
is_yr()
# This year in the Common Era this_year() # This year in the Holocene Epoch this_year("HE")
Run the code above in your browser using DataLab