You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/cpi_inflator_quarters.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
#' @param to_qtr (date in quarters) the date to be inflated to, where nominal price = real price. Must be of the form "YYYY-Qq" e.g. "1066-Q2".
5
5
#' @param adjustment Should there be an adjustment made to the index? Adjustments include 'none' (no adjustment), 'seasonal', or 'trimmed' [referring to trimmed mean]. By default, \code{seasonal}.
6
6
#' @param useABSConnection Should the function connect with ABS.Stat via an SDMX connection? By default set to \code{FALSE} in which case a pre-prepared index table is used. This is much faster and more reliable (in terms of errors), though of course relies on the package maintainer to keep the tables up-to-date.
7
-
#' The internal data was updated on 2019-10-29 to 2019-Q2.
7
+
#' The internal data was updated on 2020-03-16 to 2019-Q4.
8
8
#' If using \code{useABSConnection = TRUE}, ensure you have \code{rsdmx (>= 0.5-10)} up-to-date.
Copy file name to clipboardExpand all lines: R/wage_inflator.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
#' If the SDMX connection fails, a message is emitted (not a warning) and
11
11
#' the function contines as if \code{useABSConnection = FALSE}.
12
12
#'
13
-
#' The internal data was updated on 2019-11-15 to 2019-Q3.
13
+
#' The internal data was updated on 2020-03-16 to 2019-Q4.
14
14
#' @param allow.projection If set to \code{TRUE} the \code{forecast} package is used to project forward, if required.
15
15
#' @param forecast.series Whether to use the forecast mean, or the upper or lower boundaries of the prediction intervals. A fourth option \code{custom} allows manual forecasts to be set.
16
16
#' @param forecast.level The prediction interval to be used if \code{forecast.series} is \code{upper} or \code{lower}.
0 commit comments