add_row_percent_dfr: Calculate row percentages for a set of columns in a dataframe...

Description Usage

View source: R/percent.R

Description

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

Usage

1
2
3
4
5
6
7
add_row_percent_dfr(
  data,
  from = 2,
  to = ncol(data),
  na.rm = FALSE,
  prefix = "rp_"
)

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