# Create a collection with two sets defined over 3 variables
createVarSetCollection(var.names=c("A", "B", "C"),
var.sets = list(set1=c("A", "B"), set2=c("B", "C")),
min.size=2, max.size=3)
Run the code above in your browser using DataLab