formatAY.Rd
This function formats academic year variables for reporting purposes. It
will convert an academic year input from 201516 format to 2015/16 format.
formatAY(year)
Academic year
Character vector of formatted academic year
It accepts both numerical and character arguments.
formatAY(201617)
#> [1] "2016/17"
formatAY("201617")
#> [1] "2016/17"