List IPUMS data collections with corresponding codes used by the IPUMS API.
Note that some data collections do not yet have API support. For an overview
of ipumsr API functionality, see vignette("ipums-api", package = "ipumsr")
.
ipums_data_collections()
A tbl_df
with two columns containing the
full collection name and the corresponding code used by the IPUMS API.
Other ipums_api:
define_extract_from_json()
,
define_extract_micro()
,
download_extract()
,
extract_list_to_tbl()
,
extract_tbl_to_list()
,
get_extract_info()
,
get_last_extract_info()
,
get_recent_extracts_info
,
is_extract_ready()
,
revise_extract_micro()
,
save_extract_as_json()
,
submit_extract()
,
wait_for_extract()
# Print a tibble of all IPUMS data collections: ipums_data_collections() #> # A tibble: 12 x 2 #> collection_name code_for_api #> <chr> <chr> #> 1 IPUMS USA usa #> 2 IPUMS CPS cps #> 3 IPUMS International ipumsi #> 4 IPUMS NHGIS nhgis #> 5 IPUMS AHTUS ahtus #> 6 IPUMS MTUS mtus #> 7 IPUMS ATUS atus #> 8 IPUMS DHS dhs #> 9 IPUMS Higher Ed highered #> 10 IPUMS MEPS meps #> 11 IPUMS NHIS nhis #> 12 IPUMS PMA pma