add_real_dfr: Create real terms series from columns in a dataframe given a...

Description Usage

View source: R/deflators.R

Description

This is the raw version of add_real. It should only be used internally within the package inside functions which provide validation.

Usage

1
2
3
4
5
6
7
8
add_real_dfr(
  data,
  deflator,
  from = 2,
  to = ncol(data),
  baserow = nrow(data),
  prefix = "rt_"
)

olihawkins/cltools documentation built on Sept. 14, 2020, 7:25 a.m.