View source: R/academic_year_from_month.R
academic_year_from_month | R Documentation |
Compute the year in an academic year from a month
academic_year_from_month(months, ending_year, starting_month = 8L)
months |
<int> the months to find the years for |
ending_year |
<int> the calendar year when the academic year ends. |
starting_month |
<int, optional> the first month of the academic year defaults to August. |
<int> a vector of years suitable for use in e.g. [lubridate::make_date()]
academic_year_from_month(1:12, 2024, 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.