format_fy_reverse {dfeR} | R Documentation |
Undo financial year formatting
Description
This function converts financial year variables back into 201617 format.
Usage
format_fy_reverse(year)
Arguments
year |
Financial year |
Details
It accepts character arguments.
Value
Unformatted 6 digit year as string
See Also
Other format:
format_ay()
,
format_ay_reverse()
,
format_fy()
Examples
format_fy_reverse("2016-17")
[Package dfeR version 1.0.1 Index]