add_total: Append a totals row and/or column to a data.frame/ tibble.

Description Usage Arguments

Description

This function use the first column of the input data.frame. Non-numeric columns are converted to character class and have a user-specified fill character inserted in the totals row.

Usage

1
2
add_total(dat, where = "row", fill = "-", na.rm = TRUE,
  name = "Total")

Arguments

name

PaulESantos/paulrpkg documentation built on July 20, 2019, 11:01 p.m.