isoYear | R Documentation |
Extract the ISO year of a date object and return it as numeric
isoYear(date)
date |
A date value |
The ISO year of the date value which may be different from the calendar Year
calYear()
, isoYearWeek()
, isoWeek()
and base::format()
isoYear(Sys.Date())
isoYear(as.Date("2019-12-31"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.