add_indices_dfr: Create indices from columns in a dataframe given a baseline...

Description Usage

View source: R/indices.R

Description

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

Usage

1
2
3
4
5
6
7
8
9
add_indices_dfr(
  data,
  from = 2,
  to = ncol(data),
  base = 100,
  baserow = 1,
  basevals = NULL,
  prefix = "ix_"
)

houseofcommonslibrary/cltools documentation built on Sept. 18, 2020, 12:55 p.m.