Skip to contents

This function converts financial year variables back into 201617 format.

Usage

format_fy_reverse(year)

Arguments

year

Financial year

Value

Unformatted 6 digit year as string

Details

It accepts character arguments.

See also

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

Examples

format_fy_reverse("2016-17")
#> [1] "201617"