# NOT RUN {
zone_table_creator(list(1L, 2L, 1:2))
zone_table_creator(sets::set(sets::set(1L),
sets::set(2L), sets::as.set(1:2)))
zone_table_creator(list(1L, 2L, 1:2), keys = "location")
zone_table_creator(list(1L, 2L, 1:2), keys = "zone")
zone_table_creator(list(a = "x", b = "y", c = c("x", "y")))
# }
Run the code above in your browser using DataLab