Inflate {grattanInflators} | R Documentation |
Generic inflator
Description
Generic inflator
Usage
Inflate(
from,
to,
index,
x = NULL,
fy_month = 3L,
check = 2L,
nThread = getOption("grattanInflators.nThread", 1L)
)
Arguments
from , to |
Times for which the inflator is desired. If |
index |
A table of at least two columns, named |
x |
(Advanced) A vector that will be inflated in-place. If |
fy_month |
An integer 1-12, the month to be used for
years and financial years in |
check |
|
nThread |
Number of threads to use. |
Value
If 'x' is 'NULL', the default, a numeric vector matching the lengths of 'from'
and 'to' equal to the ratio between the corresponding values in the column
value
.
If 'x' is numeric, those values are multiplied by the inflators, in-place.