getCondCuts: Get names of the conditioning variable cuts

Description Usage Arguments Examples

Description

This is used internally for conditioning variable division. It does not have much use outside of there, but is exported for convenience.

Usage

1
getCondCuts(df, splitVars)

Arguments

df

a data frame

splitVars

a vector of variable names to split by

Examples

1
2
# see how key names are obtained
getCondCuts(iris, "Species")

datadr documentation built on May 1, 2019, 8:06 p.m.