worldbank / pipr

R client to the PIP API
https://worldbank.github.io/pipr
Other
13 stars 4 forks source link

fix aux dictionary error #43

Closed shahronak47 closed 1 year ago

shahronak47 commented 1 year ago

Closes #42

It seems we had some special case for dictionary table earlier which is now returning an error.

I am returning the table as it is without reshaping or changing the column names to keep it consistent with the API but let me know if we want to handle it differently. @tonyfujs

shahronak47 commented 1 year ago

I will add some test cases for dictionary and other aux tables here https://github.com/worldbank/pipr/issues/22