Print the most recent month/year of an ABS Time Series
Usage
release(data = NULL, ym = "year", plus = 0L)
Arguments
- data
the abs time series data obtained via readabs
- ym
'year' for the release year and 'month' for the release month.
- plus
add or subtract a year or month (depending on parameter ym) from the
Examples
if (FALSE) release(labour_force) # \dontrun{}