plotWorldBank: plotWorldBank

Description Usage Arguments Author(s) Examples

Description

This package plots a selected World Bank time series over a selected time period as a bar chart.

Usage

1
For quick and dirty exploratory data visualisation of World Bank data

Arguments

i:

country (country codes can be found here: http://api.worldbank.org/v2/country/)

ii:

indicator (indicators can be found here: https://data.worldbank.org/indicator?tab=all)

iii:

start_year

iv:

end_year

v:

color

Author(s)

Callan Windsor <callan.windsor@barcelonagse.eu>

Examples

1
2
plotWorldBank(country='US', indicator='NY.GDP.MKTP.CD', start_year='2002', end_year='2016', color='blue')
plotWorldBank(country='US', indicator='GC.DOD.TOTL.GD.ZS', start_year='2010', end_year='2016', color='tomato3')

callanwindsor/plotWorldBank documentation built on May 15, 2019, 12:05 a.m.