get_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 get_indices. It should only be used internally within the package inside functions which provide validation.

Usage

1
2
3
4
5
6
7
8
get_indices_dfr(
  data,
  from = 2,
  to = ncol(data),
  base = 100,
  baserow = 1,
  basevals = NULL
)

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