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