Description Usage Arguments Value Examples
Study Year
1 | dtt_study_year(x, start = 1L)
|
x |
A Date or POSIXct vector. |
start |
An integer scalar of the starting month or a Date scalar of the starting dayte. |
A character vector of the study year.
1 2 | dtt_study_year(Sys.Date())
dtt_study_year(as.Date(c("2000-03-31", "2000-04-01", "2001-04-01")), start = 4L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.