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

ipums_data_collections()

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.

Examples

# Print a tibble of all IPUMS data collections:
ipums_data_collections()
#> # A tibble: 12 × 3
#>    collection_name     code_for_api api_support
#>    <chr>               <chr>        <chr>      
#>  1 IPUMS USA           usa          beta       
#>  2 IPUMS CPS           cps          beta       
#>  3 IPUMS International ipumsi       none       
#>  4 IPUMS NHGIS         nhgis        none       
#>  5 IPUMS AHTUS         ahtus        none       
#>  6 IPUMS MTUS          mtus         none       
#>  7 IPUMS ATUS          atus         none       
#>  8 IPUMS DHS           dhs          none       
#>  9 IPUMS Higher Ed     highered     none       
#> 10 IPUMS MEPS          meps         none       
#> 11 IPUMS NHIS          nhis         none       
#> 12 IPUMS PMA           pma          none