worldbank / pipr

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

update README #68

Closed shahronak47 closed 1 year ago

shahronak47 commented 1 year ago

Description

Update README with the latest information

Reproducible example

  1. README file uses an example df <- get_stats(country = "ALB") which now returns 15 rows instead of 14.
  2. get_dictionary() is not exported, use get_aux("dictionary") instead.

Expected behavior

Make sure README shows the correct output.