# NOT RUN {
ddi <- read_ipums_ddi(ipums_example("cps_00006.xml"))
ipums_website(ddi, "MONTH", launch = FALSE)
# }
# NOT RUN {
# Launches website
ipums_website(ddi, "MONTH")
# }
# NOT RUN {
# Can also specify project instead of using DDI
ipums_website(var = "RECTYPE", project = "IPUMS-CPS", launch = FALSE)
# }
Run the code above in your browser using DataLab