parse_year | R Documentation |
Extracts a four-digit "naive" representation from various other representations of a "year".
parse_year(x, ...)
x |
character, numeric, or YYYY-class |
... |
ignored for now |
four-digit integer
parse_year(CY(2030)) parse_year(RY(2015)) parse_year(BY(2011)) parse_year("1999")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.