fy: Financial year labels as used in routine reports

View source: R/fy.R

fyR Documentation

Financial year labels as used in routine reports

Description

Favoured formats for labelling financial years.

Usage

fy(x, fmt = "abb")

Arguments

x

Numerical vector - Financial year. Accepts; 2018, 201819 or 20182019.

fmt

Character vector - "abb" or "full". Short hand format e.g. "2018/19" or full description e.g. "April 2018 to March 2019".

Value

Character - A description of the financial year.

See Also

fmt

Examples


fy(2018)

fy(201819)

fy(20182019)


OlisaNsonwu/jurithy documentation built on Aug. 31, 2024, 12:20 a.m.