Skip to contents

Calculate Financial Statement Date Range and Type

Usage

state_info(begin_date, end_date)

Arguments

begin_date

A string representing the start date of the financial statement period. The format should be in 'YYYY-MM-DD'.

end_date

A string representing the end date of the financial statement period. The format should be in 'YYYY-MM-DD'.

Value

A string which contains the date range and type of the financial statement.

Examples

state_info("2023-01-01", "2023-12-31")
#> [1] "2023year"