format_fy: Format financial year

View source: R/format.R

format_fyR Documentation

Format financial year

Description

This function formats financial year variables for reporting purposes. It will convert an year input from 201516 format to 2015-16 format.

Usage

format_fy(year)

Arguments

year

Financial year

Details

It accepts both numerical and character arguments.

Value

Character vector of formatted financial year

See Also

Other format: format_ay(), format_ay_reverse(), format_fy_reverse()

Examples

format_fy(201617)
format_fy("201617")

dfeR documentation built on April 12, 2025, 1:32 a.m.