datadr (version 0.8.4)

getCondCuts: Get names of the conditioning variable cuts

Description

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

Usage

getCondCuts(df, splitVars)

Arguments

df
a data frame
splitVars
a vector of variable names to split by

Examples

Run this code
# see how key names are obtained
getCondCuts(iris, "Species")

Run the code above in your browser using DataCamp Workspace