p1 <- sdc_testproblem(); p1
sdcProb2df(p1)
# a single protected cell
p2 <- sdc_testproblem(with_supps = TRUE); p2
sdcProb2df(p2)
# cell status differs in one cell
specs <- c(gender = "female", region = c("A"))
cell_info(p1, specs = specs)
cell_info(p2, specs = specs)
Run the code above in your browser using DataLab