Description Usage Arguments Details Value Examples
View source: R/dfe_acad_year.R
The dfe_acad_year
function converts academic year numbers e.g. 201213 into strings with a forwward slash "2012/13"
1 | dfe_acad_year(year)
|
year |
is the acadmic year we'll input, e.g. 201213 which will be converted into 2012/13 |
The registers are sorted by publication date and name by alphabetical order. The top five registers are output as a character string including commas and an and, for inclusion in the report.
Returns a character string
1 2 3 | library(dferap)
dfe_acad_year(201213)
"2012/13"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.