R/quickplots.R
plot_spaghetti_wdi.Rd
Spaghetti plot that no-one really want to see (nor should want to see, ever)
character of length 1 with the indicator code
character vector with country names to highlight
first year to download data
last year to download data
subset of countries to download data from. Default to "all". This argument is passed as is to WDI::WDI and hence, requires 'ISO-2 character codes, e.g. "BR", "US", "CA"'.
character vector to filter the data only to specific regions
character vector to filter the data only to specific income groups
a dygraphs plot
if (FALSE) {
plot_spaghetti_wdi()
}