povcalnet | R Documentation |
povcalnet Facilitate interaction with the PovcalNet API
povcalnet( country = "all", povline = NULL, popshare = NULL, year = "all", aggregate = FALSE, fill_gaps = FALSE, coverage = "all", ppp = NULL, server = NULL, format = "csv" )
country |
character: list of country iso3 code (accepts multiple) or
'all'. Use |
povline |
numeric: poverty line (in 2011 PPP-adjusted USD) to calculate poverty measures |
popshare |
numeric: Share of population to calculate poverty line |
year |
numeric: list of years, or 'all'. |
aggregate |
logical: 'TRUE' will return aggregate results, 'FALSE' country-level results. |
fill_gaps |
logical: 'TRUE' will interpolate / extrapolate values when surveys are not available for a specific year. |
coverage |
character: Can take one of three values: 'national', 'urban', 'rural' |
ppp |
numeric: Optional - Allows the selection of custom PPP (Purchasing Power Parity) exchange rates |
server |
character: Key for API root URL. For testing purposes only, should not be changed for 99 percent of users. |
format |
character: Response format to be requested from the API: 'csv' or 'json' |
data.frame
povcalnet(country = "ALB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.