Calculate Financial Statement Type
Usage
state_type(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 type of the financial statement.
Examples
state_type("2023-01-01", "2023-12-31")
#> [1] "yearly"