ipums_data_collections {ipumsr} | R Documentation |
List IPUMS data collections
Description
List IPUMS data collections with their corresponding codes used by the IPUMS API. Note that some data collections do not yet have API support.
Currently, ipumsr supports extract definitions for the following collections:
IPUMS USA (
"usa"
)IPUMS CPS (
"cps"
)IPUMS International (
"ipumsi"
)IPUMS Time Use (
"atus"
,"ahtus"
,"mtus"
)IPUMS Health Surveys (
"nhis"
,"meps"
)IPUMS NHGIS (
"nhgis"
)
Learn more about the IPUMS API in vignette("ipums-api")
.
Usage
ipums_data_collections()
Value
A tibble
with four columns containing the
full collection name, the type of data the collection provides,
the collection code used by the IPUMS API, and the
status of API support for the collection.
Examples
ipums_data_collections()
[Package ipumsr version 0.8.1 Index]