ddi <- read_ipums_ddi(ipums_example("cps_00157.xml"))
if (FALSE) {
# Launch webpage for particular variable
ipums_website(ddi, "MONTH")
}
# Can also specify an IPUMS project instead of an `ipums_ddi` object
ipums_website("IPUMS CPS", var = "RECTYPE", launch = FALSE)
# Shorthand project names from `ipums_data_collections()` are also accepted:
ipums_website("ipumsi", var = "YEAR", launch = FALSE)
Run the code above in your browser using DataLab