ipums_data_collections: List IPUMS data collections

View source: R/api.R

ipums_data_collectionsR Documentation

List IPUMS data collections

Description

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").

Usage

ipums_data_collections()

Value

A tbl_df with two columns containing the full collection name and the corresponding code used by the IPUMS API.

See Also

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()

Examples

# Print a tibble of all IPUMS data collections:
ipums_data_collections()


mnpopcenter/ipumsr documentation built on Sept. 30, 2022, 6:56 a.m.