| ipums_codes | R Documentation |
Pull the IPUMS codes to variable label lookup from the IPUMS website
ipums_codes(variable, detailed = FALSE)
variable |
the name of the variable from ipums we want to scrape |
detailed |
get the general or detailed codes default FALSE for just general |
## Not run:
# get bpl codes
bpl_codes_1 <- ipums_codes("bpl", detailed = TRUE)
bpl_codes_2 <- ipums_codes("bpl", detailed = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.