PUMS API

Does anyone know how to download the PUMS replicate weights (all 80 of them) using the API ?  When I try to list all 80 variable in the API call I get the ERROR: "error: 'get' is limited to 50 variables."  Is there a way to download the 80 weights along with other variables without having to have to break everything up into groups of fewer than 50 variables ?

Thanks Dave Dorer

Parents Reply Children
  • Dear Matt and Elizabith,

    I usually call the API from within my own R code.  I was hoping the the API would handle the replicate weights somehow as there are 80 of them so you have to make at least 2 calls.  Thanks for letting me know that tidycensus uses repeated calls.  I used the multiple calls solution and it sounds like that is the only way to do it.