get_year | R Documentation |
Get the assessment year based on the current month. If the current month is past June, then it is more than likely that you are working on an assessment for next year and thus the assessment year would be current year + 1.
get_year(incrementafter = "September")
incrementafter |
A character or numeric value representing the last
month you would be working on an assessment for the current year.
The default, |
An integer object representing the current year.
Kelli Faye Johnson
# Use an integer to represent the month
get_year(2)
# Use full month name
get_year("February")
# Case does not matter
get_year("may")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.