# generate a bundle of tier formulas using a pattern with {i}
# here we create: 1 ~ matches("^child_x1$"), 2 ~ matches("^child_x2$")
data(tpc_example)
kn <- knowledge(
tpc_example,
tier(seq_tiers(1:2, matches("^child_x{i}$")))
)
print(kn)
Run the code above in your browser using DataLab