From 3c64caeacebe74bc1f93348f43c4c526ae703b7b Mon Sep 17 00:00:00 2001 From: Matt Cowgill Date: Sat, 25 Jan 2025 13:21:16 +1100 Subject: [PATCH] run document() --- man/read_abs.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/read_abs.Rd b/man/read_abs.Rd index 73ae6af..71652e7 100644 --- a/man/read_abs.Rd +++ b/man/read_abs.Rd @@ -53,7 +53,8 @@ if present.} \item{release_date}{Either \code{"latest"} or a string coercible to a date, such as \code{"2022-02-01"}. If \code{"latest"}, the latest release of the requested data will be returned. If a date, (eg. \code{"2022-02-01"}) \code{read_abs()} will -attempt to download the data from that month's release. See \code{Details}.} +attempt to download the data from that month's release. Note that this only +works consistently as expected for monthly data. See \code{Details}.} \item{...}{Arguments to \code{read_abs_series()} are passed to \code{read_abs()}.} } @@ -102,6 +103,8 @@ latest release. This is useful for examining revisions to time series, or for obtaining the version of series that were available on a given date. Note that you cannot supply more than one date to \code{release_date}. Note also that any dates prior to mid-2019 (the exact date varies by series) will fail. +Specifying \code{release_date} only reliably works for monthly, and some +quarterly, data. It does not work for annual data. } \examples{