sdg_wasting | R Documentation |
Put wasting on SDG trajectory by aiming at 0% by 2030.
sdg_wasting(
df,
ind_ids = billion_ind_codes("hpop"),
start_year = 2018,
scenario_col = "scenario",
default_scenario = "default",
...
)
df |
Data frame in long format, where 1 row corresponds to a specific country, year, and indicator. |
ind_ids |
Named vector of indicator codes for input indicators to the Billion.
Although separate indicator codes can be used than the standard, they must
be supplied as a named vector where the names correspond to the output of
|
start_year |
Year from which the acceleration scenario begins, inclusive. |
scenario_col |
Column name of column with scenario identifiers. Useful for calculating contributions on data in long format rather than wide format. |
default_scenario |
name of the default scenario. |
... |
additional parameters to be passed to scenario function |
HPOP SDG scenarios
sdg_adult_obese()
,
sdg_alcohol()
,
sdg_child_obese()
,
sdg_child_viol()
,
sdg_devontrack()
,
sdg_fuel()
,
sdg_hpop_sanitation_rural()
,
sdg_hpop_sanitation_urban()
,
sdg_hpop_sanitation()
,
sdg_hpop_tobacco()
,
sdg_ipv()
,
sdg_overweight()
,
sdg_pm25()
,
sdg_road()
,
sdg_stunting()
,
sdg_suicide()
,
sdg_transfats()
,
sdg_water_rural()
,
sdg_water_urban()
,
sdg_water()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.