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

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

Examples

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