Learn R Programming

ipumsr (version 0.5.2)

ipums_data_collections: 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 microdata API functionality, see vignette("ipums-api", package = "ipumsr").

Usage

ipums_data_collections()

Arguments

Value

A tibble with three columns containing the full collection name, the corresponding code used by the IPUMS API, and the status of API support for the collection.

See Also

Other ipums_api: add_to_extract(), define_extract_cps(), define_extract_from_json(), define_extract_usa(), download_extract(), extract_list_to_tbl(), extract_tbl_to_list(), get_extract_info(), get_last_extract_info(), get_recent_extracts_info, is_extract_ready(), remove_from_extract(), save_extract_as_json(), set_ipums_api_key(), submit_extract(), wait_for_extract()

Examples

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

Run the code above in your browser using DataLab