filter_remove_totals: Filter for Non-Totals Rows

View source: R/filter.R

filter_remove_totalsR Documentation

Filter for Non-Totals Rows

Description

Filter a data frame to remove rows with the "TOTAL" value

Usage

filter_remove_totals(data, dims, tv = totals_value())

Arguments

data

A data frame

dims

Character vector of columns to remove totals rows from

tv

Character, totals value. See ?totals_value

Value

Data frame


EricLamphere/ezxfig documentation built on Jan. 29, 2023, 1:44 a.m.