count_map: Check variable derivations

View source: R/count_map.R

count_mapR Documentation

Check variable derivations

Description

Function assists in checking the values of new, derived variables against the raw, source variables.

Usage

count_map(data, ...)

Arguments

data

data frame

...

sets of variables to check. variables that are checked together are included in the same vector. See example below.

Examples

count_map(
  mtcars,
  c(cyl, am), c(gear, carb)
)

ddsjoberg/bstfun documentation built on June 1, 2024, 11:46 p.m.