Skip to contents

This function converts academic year variables back into 201617 format.

Usage

format_ay_reverse(year)

Arguments

year

Academic year

Value

Unformatted 6 digit year as string

Details

It accepts character arguments.

See also

Other formatting functions: format_ay(), format_fy(), format_fy_reverse()

Examples

format_ay_reverse("2016/17")
#> [1] "201617"