ipums_data_collections | R Documentation |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.