dfe_acad_year: Change the style of academic year

Description Usage Arguments Details Value Examples

View source: R/dfe_acad_year.R

Description

The dfe_acad_year function converts academic year numbers e.g. 201213 into strings with a forwward slash "2012/13"

Usage

1

Arguments

year

is the acadmic year we'll input, e.g. 201213 which will be converted into 2012/13

Details

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.

Value

Returns a character string

Examples

1
2
3
library(dferap)
dfe_acad_year(201213)
"2012/13"

TomFranklin/dferap documentation built on May 25, 2019, 7:25 p.m.