get a list of the indicators for each goal and target

get_indicator_list()

Value

A dataframe of indicators and the description

Examples

require(SDGsR)
get_indicator_list()
#>     goal target    code
#> 1      1    1.1   1.1.1
#> 2      1    1.2   1.2.1
#> 3      1    1.2   1.2.2
#> 4      1    1.3   1.3.1
#> 5      1    1.4   1.4.1
#> 6      1    1.4   1.4.2
#> 7      1    1.5   1.5.1
#> 8      1    1.5   1.5.2
#> 9      1    1.5   1.5.3
#> 10     1    1.5   1.5.4
#> 11     1    1.a   1.a.2
#> 12     1    1.a   1.a.1
#> 13     1    1.b   1.b.1
#> 14     2    2.1   2.1.1
#> 15     2    2.1   2.1.2
#> 16     2    2.2   2.2.1
#> 17     2    2.2   2.2.2
#> 18     2    2.2   2.2.3
#> 19     2    2.3   2.3.1
#> 20     2    2.3   2.3.2
#> 21     2    2.4   2.4.1
#> 22     2    2.5   2.5.1
#> 23     2    2.5   2.5.2
#> 24     2    2.a   2.a.1
#> 25     2    2.a   2.a.2
#> 26     2    2.b   2.b.1
#> 27     2    2.c   2.c.1
#> 28     3    3.1   3.1.1
#> 29     3    3.1   3.1.2
#> 30     3    3.2   3.2.1
#> 31     3    3.2   3.2.2
#> 32     3    3.3   3.3.1
#> 33     3    3.3   3.3.2
#> 34     3    3.3   3.3.3
#> 35     3    3.3   3.3.5
#> 36     3    3.3   3.3.4
#> 37     3    3.4   3.4.1
#> 38     3    3.4   3.4.2
#> 39     3    3.5   3.5.2
#> 40     3    3.5   3.5.1
#> 41     3    3.6   3.6.1
#> 42     3    3.7   3.7.1
#> 43     3    3.7   3.7.2
#> 44     3    3.8   3.8.2
#> 45     3    3.8   3.8.1
#> 46     3    3.9   3.9.1
#> 47     3    3.9   3.9.2
#> 48     3    3.9   3.9.3
#> 49     3    3.a   3.a.1
#> 50     3    3.b   3.b.2
#> 51     3    3.b   3.b.1
#> 52     3    3.b   3.b.3
#> 53     3    3.c   3.c.1
#> 54     3    3.d   3.d.1
#> 55     3    3.d   3.d.2
#> 56     4    4.1   4.1.1
#> 57     4    4.1   4.1.2
#> 58     4    4.2   4.2.1
#> 59     4    4.2   4.2.2
#> 60     4    4.3   4.3.1
#> 61     4    4.4   4.4.1
#> 62     4    4.5   4.5.1
#> 63     4    4.6   4.6.1
#> 64     4    4.7   4.7.1
#> 65     4    4.a   4.a.1
#> 66     4    4.b   4.b.1
#> 67     4    4.c   4.c.1
#> 68     5    5.1   5.1.1
#> 69     5    5.2   5.2.1
#> 70     5    5.2   5.2.2
#> 71     5    5.3   5.3.1
#> 72     5    5.3   5.3.2
#> 73     5    5.4   5.4.1
#> 74     5    5.5   5.5.1
#> 75     5    5.5   5.5.2
#> 76     5    5.6   5.6.1
#> 77     5    5.6   5.6.2
#> 78     5    5.a   5.a.1
#> 79     5    5.a   5.a.2
#> 80     5    5.b   5.b.1
#> 81     5    5.c   5.c.1
#> 82     6    6.1   6.1.1
#> 83     6    6.2   6.2.1
#> 84     6    6.3   6.3.2
#> 85     6    6.3   6.3.1
#> 86     6    6.4   6.4.2
#> 87     6    6.4   6.4.1
#> 88     6    6.5   6.5.1
#> 89     6    6.5   6.5.2
#> 90     6    6.6   6.6.1
#> 91     6    6.a   6.a.1
#> 92     6    6.b   6.b.1
#> 93     7    7.1   7.1.1
#> 94     7    7.1   7.1.2
#> 95     7    7.2   7.2.1
#> 96     7    7.3   7.3.1
#> 97     7    7.a   7.a.1
#> 98     7    7.b   7.b.1
#> 99     8    8.2   8.2.1
#> 100    8    8.3   8.3.1
#> 101    8    8.4   8.4.1
#> 102    8    8.4   8.4.2
#> 103    8    8.5   8.5.1
#> 104    8    8.5   8.5.2
#> 105    8    8.6   8.6.1
#> 106    8    8.7   8.7.1
#> 107    8    8.1   8.1.1
#> 108    8    8.8   8.8.1
#> 109    8    8.8   8.8.2
#> 110    8    8.9   8.9.1
#> 111    8   8.10  8.10.1
#> 112    8   8.10  8.10.2
#> 113    8    8.a   8.a.1
#> 114    8    8.b   8.b.1
#> 115    9    9.1   9.1.2
#> 116    9    9.1   9.1.1
#> 117    9    9.2   9.2.1
#> 118    9    9.2   9.2.2
#> 119    9    9.3   9.3.1
#> 120    9    9.3   9.3.2
#> 121    9    9.4   9.4.1
#> 122    9    9.5   9.5.1
#> 123    9    9.5   9.5.2
#> 124    9    9.a   9.a.1
#> 125    9    9.b   9.b.1
#> 126    9    9.c   9.c.1
#> 127   10   10.1  10.1.1
#> 128   10   10.2  10.2.1
#> 129   10   10.3  10.3.1
#> 130   10   10.4  10.4.1
#> 131   10   10.4  10.4.2
#> 132   10   10.5  10.5.1
#> 133   10   10.6  10.6.1
#> 134   10   10.7  10.7.2
#> 135   10   10.7  10.7.3
#> 136   10   10.7  10.7.4
#> 137   10   10.7  10.7.1
#> 138   10   10.a  10.a.1
#> 139   10   10.b  10.b.1
#> 140   10   10.c  10.c.1
#> 141   11   11.1  11.1.1
#> 142   11   11.2  11.2.1
#> 143   11   11.3  11.3.1
#> 144   11   11.3  11.3.2
#> 145   11   11.4  11.4.1
#> 146   11   11.5  11.5.1
#> 147   11   11.5  11.5.2
#> 148   11   11.5  11.5.3
#> 149   11   11.6  11.6.1
#> 150   11   11.6  11.6.2
#> 151   11   11.7  11.7.1
#> 152   11   11.7  11.7.2
#> 153   11   11.a  11.a.1
#> 154   11   11.b  11.b.1
#> 155   11   11.b  11.b.2
#> 156   12   12.1  12.1.1
#> 157   12   12.2  12.2.1
#> 158   12   12.2  12.2.2
#> 159   12   12.3  12.3.1
#> 160   12   12.4  12.4.1
#> 161   12   12.4  12.4.2
#> 162   12   12.5  12.5.1
#> 163   12   12.6  12.6.1
#> 164   12   12.7  12.7.1
#> 165   12   12.8  12.8.1
#> 166   12   12.a  12.a.1
#> 167   12   12.b  12.b.1
#> 168   12   12.c  12.c.1
#> 169   13   13.1  13.1.1
#> 170   13   13.1  13.1.2
#> 171   13   13.1  13.1.3
#> 172   13   13.2  13.2.2
#> 173   13   13.2  13.2.1
#> 174   13   13.3  13.3.1
#> 175   13   13.a  13.a.1
#> 176   13   13.b  13.b.1
#> 177   14   14.1  14.1.1
#> 178   14   14.6  14.6.1
#> 179   14   14.2  14.2.1
#> 180   14   14.7  14.7.1
#> 181   14   14.3  14.3.1
#> 182   14   14.a  14.a.1
#> 183   14   14.4  14.4.1
#> 184   14   14.b  14.b.1
#> 185   14   14.5  14.5.1
#> 186   14   14.c  14.c.1
#> 187   15   15.1  15.1.1
#> 188   15   15.1  15.1.2
#> 189   15   15.2  15.2.1
#> 190   15   15.3  15.3.1
#> 191   15   15.4  15.4.1
#> 192   15   15.4  15.4.2
#> 193   15   15.5  15.5.1
#> 194   15   15.6  15.6.1
#> 195   15   15.7  15.7.1
#> 196   15   15.8  15.8.1
#> 197   15   15.9  15.9.1
#> 198   15   15.a  15.a.1
#> 199   15   15.b  15.b.1
#> 200   15   15.c  15.c.1
#> 201   16   16.1  16.1.1
#> 202   16   16.1  16.1.3
#> 203   16   16.1  16.1.4
#> 204   16   16.1  16.1.2
#> 205   16   16.2  16.2.1
#> 206   16   16.2  16.2.2
#> 207   16   16.2  16.2.3
#> 208   16   16.3  16.3.2
#> 209   16   16.3  16.3.1
#> 210   16   16.3  16.3.3
#> 211   16   16.4  16.4.2
#> 212   16   16.4  16.4.1
#> 213   16   16.5  16.5.2
#> 214   16   16.5  16.5.1
#> 215   16   16.6  16.6.1
#> 216   16   16.6  16.6.2
#> 217   16   16.7  16.7.1
#> 218   16   16.7  16.7.2
#> 219   16   16.8  16.8.1
#> 220   16   16.9  16.9.1
#> 221   16  16.10 16.10.1
#> 222   16  16.10 16.10.2
#> 223   16   16.a  16.a.1
#> 224   16   16.b  16.b.1
#> 225   17   17.1  17.1.1
#> 226   17   17.1  17.1.2
#> 227   17   17.2  17.2.1
#> 228   17   17.3  17.3.2
#> 229   17   17.3  17.3.1
#> 230   17   17.4  17.4.1
#> 231   17   17.5  17.5.1
#> 232   17   17.6  17.6.1
#> 233   17   17.7  17.7.1
#> 234   17   17.8  17.8.1
#> 235   17   17.9  17.9.1
#> 236   17  17.10 17.10.1
#> 237   17  17.11 17.11.1
#> 238   17  17.12 17.12.1
#> 239   17  17.13 17.13.1
#> 240   17  17.14 17.14.1
#> 241   17  17.15 17.15.1
#> 242   17  17.16 17.16.1
#> 243   17  17.17 17.17.1
#> 244   17  17.18 17.18.2
#> 245   17  17.18 17.18.3
#> 246   17  17.18 17.18.1
#> 247   17  17.19 17.19.1
#> 248   17  17.19 17.19.2
#>                                                                                                                                                                                                                                                                                                                                                                                                                                                 description
#> 1                                                                                                                                                                                                                                                                                                             Proportion of the population living below the international poverty line by sex, age, employment status and geographic location (urban/rural)
#> 2                                                                                                                                                                                                                                                                                                                                                                           Proportion of population living below the national poverty line, by sex and age
#> 3                                                                                                                                                                                                                                                                                                                               Proportion of men, women and children of all ages living in poverty in all its dimensions according to national definitions
#> 4                                                                                                                                                                                                        Proportion of population covered by social protection floors/systems, by sex, distinguishing children, unemployed persons, older persons, persons with disabilities, pregnant women, newborns, work-injury victims and the poor and the vulnerable
#> 5                                                                                                                                                                                                                                                                                                                                                                               Proportion of population living in households with access to basic services
#> 6                                                                                                                                                                                                                                                         Proportion of total adult population with secure tenure rights to land, (a) with legally recognized documentation, and (b) who perceive their rights to land as secure, by sex and type of tenure
#> 7                                                                                                                                                                                                                                                                                                                                            Number of deaths, missing persons and directly affected persons attributed to disasters per 100,000 population
#> 8                                                                                                                                                                                                                                                                                                                                                           Direct economic loss attributed to disasters in relation to global gross domestic product (GDP)
#> 9                                                                                                                                                                                                                                                                                          Number of countries that adopt and implement national disaster risk reduction strategies in line with the Sendai Framework for Disaster Risk Reduction 2015-2030
#> 10                                                                                                                                                                                                                                                                                               Proportion of local governments that adopt and implement local disaster risk reduction strategies in line with national disaster risk reduction strategies
#> 11                                                                                                                                                                                                                                                                                                                                                  Proportion of total government spending on essential services (education, health and social protection)
#> 12                                                                                                                                                                                                                                                                                                 Total official development assistance grants from all donors that focus on poverty reduction as a share of the recipient country’s gross national income
#> 13                                                                                                                                                                                                                                                                                                                                                                                                                          Pro-poor public social spending
#> 14                                                                                                                                                                                                                                                                                                                                                                                                                           Prevalence of undernourishment
#> 15                                                                                                                                                                                                                                                                                                                                 Prevalence of moderate or severe food insecurity in the population, based on the Food Insecurity Experience Scale (FIES)
#> 16                                                                                                                                                                                                                                                                         Prevalence of stunting (height for age <-2 standard deviation from the median of the World Health Organization (WHO) Child Growth Standards) among children under 5 years of age
#> 17                                                                                                                                                                                                                                                     Prevalence of malnutrition (weight for height >+2 or <-2 standard deviation from the median of the WHO Child Growth Standards) among children under 5 years of age, by type (wasting and overweight)
#> 18                                                                                                                                                                                                                                                                                                                                                                     Prevalence of anaemia in women aged 15 to 49 years, by pregnancy status (percentage)
#> 19                                                                                                                                                                                                                                                                                                                                                             Volume of production per labour unit by classes of farming/pastoral/forestry enterprise size
#> 20                                                                                                                                                                                                                                                                                                                                                                               Average income of small-scale food producers, by sex and indigenous status
#> 21                                                                                                                                                                                                                                                                                                                                                                             Proportion of agricultural area under productive and sustainable agriculture
#> 22                                                                                                                                                                                                                                                                                                             Number of (a) plant and (b) animal genetic resources for food and agriculture secured in either medium- or long-term conservation facilities
#> 23                                                                                                                                                                                                                                                                                                                                                                                     Proportion of local breeds classified as being at risk of extinction
#> 24                                                                                                                                                                                                                                                                                                                                                                                            The agriculture orientation index for government expenditures
#> 25                                                                                                                                                                                                                                                                                                                                               Total official flows (official development assistance plus other official flows) to the agriculture sector
#> 26                                                                                                                                                                                                                                                                                                                                                                                                                            Agricultural export subsidies
#> 27                                                                                                                                                                                                                                                                                                                                                                                                                        Indicator of food price anomalies
#> 28                                                                                                                                                                                                                                                                                                                                                                                                                                 Maternal mortality ratio
#> 29                                                                                                                                                                                                                                                                                                                                                                                                Proportion of births attended by skilled health personnel
#> 30                                                                                                                                                                                                                                                                                                                                                                                                                                   Under‑5 mortality rate
#> 31                                                                                                                                                                                                                                                                                                                                                                                                                                  Neonatal mortality rate
#> 32                                                                                                                                                                                                                                                                                                                                                            Number of new HIV infections per 1,000 uninfected population, by sex, age and key populations
#> 33                                                                                                                                                                                                                                                                                                                                                                                                            Tuberculosis incidence per 100,000 population
#> 34                                                                                                                                                                                                                                                                                                                                                                                                                   Malaria incidence per 1,000 population
#> 35                                                                                                                                                                                                                                                                                                                                                                             Number of people requiring interventions against neglected tropical diseases
#> 36                                                                                                                                                                                                                                                                                                                                                                                                             Hepatitis B incidence per 100,000 population
#> 37                                                                                                                                                                                                                                                                                                                                                     Mortality rate attributed to cardiovascular disease, cancer, diabetes or chronic respiratory disease
#> 38                                                                                                                                                                                                                                                                                                                                                                                                                                   Suicide mortality rate
#> 39                                                                                                                                                                                                                                                                                                                                                Alcohol per capita consumption (aged 15 years and older) within a calendar year in litres of pure alcohol
#> 40                                                                                                                                                                                                                                                                                                                Coverage of treatment interventions (pharmacological, psychosocial and rehabilitation and aftercare services) for substance use disorders
#> 41                                                                                                                                                                                                                                                                                                                                                                                                                  Death rate due to road traffic injuries
#> 42                                                                                                                                                                                                                                                                                                                         Proportion of women of reproductive age (aged 15-49 years) who have their need for family planning satisfied with modern methods
#> 43                                                                                                                                                                                                                                                                                                                                                             Adolescent birth rate (aged 10-14 years; aged 15-19 years) per 1,000 women in that age group
#> 44                                                                                                                                                                                                                                                                                                                                 Proportion of population with large household expenditures on health as a share of total household expenditure or income
#> 45                                                                                                                                                                                                                                                                                                                                                                                                                    Coverage of essential health services
#> 46                                                                                                                                                                                                                                                                                                                                                                                         Mortality rate attributed to household and ambient air pollution
#> 47                                                                                                                                                                                                                                                                                              Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene (exposure to unsafe Water, Sanitation and Hygiene for All (WASH) services)
#> 48                                                                                                                                                                                                                                                                                                                                                                                                     Mortality rate attributed to unintentional poisoning
#> 49                                                                                                                                                                                                                                                                                                                                                                 Age-standardized prevalence of current tobacco use among persons aged 15 years and older
#> 50                                                                                                                                                                                                                                                                                                                                                                   Total net official development assistance to medical research and basic health sectors
#> 51                                                                                                                                                                                                                                                                                                                                                         Proportion of the target population covered by all vaccines included in their national programme
#> 52                                                                                                                                                                                                                                                                                                                     Proportion of health facilities that have a core set of relevant essential medicines available and affordable on a sustainable basis
#> 53                                                                                                                                                                                                                                                                                                                                                                                                                   Health worker density and distribution
#> 54                                                                                                                                                                                                                                                                                                                                                                        International Health Regulations (IHR) capacity and health emergency preparedness
#> 55                                                                                                                                                                                                                                                                                                                                                                   Percentage of bloodstream infections due to selected antimicrobial-resistant organisms
#> 56                                                                                                                                                                                                                                   Proportion of children and young people (a) in grades 2/3; (b) at the end of primary; and (c) at the end of lower secondary achieving at least a minimum proficiency level in (i) reading and (ii) mathematics, by sex
#> 57                                                                                                                                                                                                                                                                                                                                                                Completion rate (primary education, lower secondary education, upper secondary education)
#> 58                                                                                                                                                                                                                                                                                                                        Proportion of children aged 24-59 months who are developmentally on track in health, learning and psychosocial well-being, by sex
#> 59                                                                                                                                                                                                                                                                                                                                                        Participation rate in organized learning (one year before the official primary entry age), by sex
#> 60                                                                                                                                                                                                                                                                                                                                 Participation rate of youth and adults in formal and non-formal education and training in the previous 12 months, by sex
#> 61                                                                                                                                                                                                                                                                                                                                             Proportion of youth and adults with information and communications technology (ICT) skills, by type of skill
#> 62                                                                                                                                                                                                       Parity indices (female/male, rural/urban, bottom/top wealth quintile and others such as disability status, indigenous peoples and conflict-affected, as data become available) for all education indicators on this list that can be disaggregated
#> 63                                                                                                                                                                                                                                                                                                 Proportion of population in a given age group achieving at least a fixed level of proficiency in functional (a) literacy and (b) numeracy skills, by sex
#> 64                                                                                                                                                                                                                                    Extent to which (i) global citizenship education and (ii) education for sustainable development are mainstreamed in (a) national education policies; (b) curricula; (c) teacher education; and (d) student assessment
#> 65                                                                                                                                                                                                                                                                                                                                                                                        Proportion of schools offering basic services, by type of service
#> 66                                                                                                                                                                                                                                                                                                                                                             Volume of official development assistance flows for scholarships by sector and type of study
#> 67                                                                                                                                                                                                                                                                                                                                                                      Proportion of teachers with the minimum required qualifications, by education level
#> 68                                                                                                                                                                                                                                                                                                                         Whether or not legal frameworks are in place to promote, enforce and monitor equality and non‑discrimination on the basis of sex
#> 69                                                                                                                                                                                                                           Proportion of ever-partnered women and girls aged 15 years and older subjected to physical, sexual or psychological violence by a current or former intimate partner in the previous 12 months, by form of violence and by age
#> 70                                                                                                                                                                                                                                                                   Proportion of women and girls aged 15 years and older subjected to sexual violence by persons other than an intimate partner in the previous 12 months, by age and place of occurrence
#> 71                                                                                                                                                                                                                                                                                                                                                      Proportion of women aged 20-24 years who were married or in a union before age 15 and before age 18
#> 72                                                                                                                                                                                                                                                                                                                                                      Proportion of girls and women aged 15-49 years who have undergone female genital mutilation, by age
#> 73                                                                                                                                                                                                                                                                                                                                                                      Proportion of time spent on unpaid domestic and care work, by sex, age and location
#> 74                                                                                                                                                                                                                                                                                                                                                                  Proportion of seats held by women in (a) national parliaments and (b) local governments
#> 75                                                                                                                                                                                                                                                                                                                                                                                                              Proportion of women in managerial positions
#> 76                                                                                                                                                                                                                                                                                                    Proportion of women aged 15-49 years who make their own informed decisions regarding sexual relations, contraceptive use and reproductive health care
#> 77                                                                                                                                                                                                                                                            Number of countries with laws and regulations that guarantee full and equal access to women and men aged 15 years and older to sexual and reproductive health care, information and education
#> 78                                                                                                                                                                                                                                            (a) Proportion of total agricultural population with ownership or secure rights over agricultural land, by sex; and (b) share of women among owners or rights-bearers of agricultural land, by type of tenure
#> 79                                                                                                                                                                                                                                                                                                             Proportion of countries where the legal framework (including customary law) guarantees women’s equal rights to land ownership and/or control
#> 80                                                                                                                                                                                                                                                                                                                                                                                             Proportion of individuals who own a mobile telephone, by sex
#> 81                                                                                                                                                                                                                                                                                                                                    Proportion of countries with systems to track and make public allocations for gender equality and women’s empowerment
#> 82                                                                                                                                                                                                                                                                                                                                                                                    Proportion of population using safely managed drinking water services
#> 83                                                                                                                                                                                                                                                                                                                                Proportion of population using (a) safely managed sanitation services and (b) a hand-washing facility with soap and water
#> 84                                                                                                                                                                                                                                                                                                                                                                                            Proportion of bodies of water with good ambient water quality
#> 85                                                                                                                                                                                                                                                                                                                                                                                    Proportion of domestic and industrial wastewater flows safely treated
#> 86                                                                                                                                                                                                                                                                                                                                                           Level of water stress: freshwater withdrawal as a proportion of available freshwater resources
#> 87                                                                                                                                                                                                                                                                                                                                                                                                                 Change in water-use efficiency over time
#> 88                                                                                                                                                                                                                                                                                                                                                                                                          Degree of integrated water resources management
#> 89                                                                                                                                                                                                                                                                                                                                                             Proportion of transboundary basin area with an operational arrangement for water cooperation
#> 90                                                                                                                                                                                                                                                                                                                                                                                               Change in the extent of water-related ecosystems over time
#> 91                                                                                                                                                                                                                                                                                                                           Amount of water- and sanitation-related official development assistance that is part of a government-coordinated spending plan
#> 92                                                                                                                                                                                                                                                                              Proportion of local administrative units with established and operational policies and procedures for participation of local communities in water and sanitation management
#> 93                                                                                                                                                                                                                                                                                                                                                                                                      Proportion of population with access to electricity
#> 94                                                                                                                                                                                                                                                                                                                                                                             Proportion of population with primary reliance on clean fuels and technology
#> 95                                                                                                                                                                                                                                                                                                                                                                                             Renewable energy share in the total final energy consumption
#> 96                                                                                                                                                                                                                                                                                                                                                                                             Energy intensity measured in terms of primary energy and GDP
#> 97                                                                                                                                                                                                                                                                                   International financial flows to developing countries in support of clean energy research and development and renewable energy production, including in hybrid systems
#> 98                                                                                                                                                                                                                                                                                                                                               Installed renewable energy-generating capacity in developing and developed countries (in watts per capita)
#> 99                                                                                                                                                                                                                                                                                                                                                                                                       Annual growth rate of real GDP per employed person
#> 100                                                                                                                                                                                                                                                                                                                                                                                Proportion of informal employment in total employment, by sector and sex
#> 101                                                                                                                                                                                                                                                                                                                                                                       Material footprint, material footprint per capita, and material footprint per GDP
#> 102                                                                                                                                                                                                                                                                                                                                      Domestic material consumption, domestic material consumption per capita, and domestic material consumption per GDP
#> 103                                                                                                                                                                                                                                                                                                                                                             Average hourly earnings of employees, by sex, age, occupation and persons with disabilities
#> 104                                                                                                                                                                                                                                                                                                                                                                                            Unemployment rate, by sex, age and persons with disabilities
#> 105                                                                                                                                                                                                                                                                                                                                                                         Proportion of youth (aged 15-24 years) not in education, employment or training
#> 106                                                                                                                                                                                                                                                                                                                                                               Proportion and number of children aged 5-17 years engaged in child labour, by sex and age
#> 107                                                                                                                                                                                                                                                                                                                                                                                                               Annual growth rate of real GDP per capita
#> 108                                                                                                                                                                                                                                                                                                                                                                Fatal and non-fatal occupational injuries per 100,000 workers, by sex and migrant status
#> 109                                                                                                                                                                                                                                 Level of national compliance with labour rights (freedom of association and collective bargaining) based on International Labour Organization (ILO) textual sources and national legislation, by sex and migrant status
#> 110                                                                                                                                                                                                                                                                                                                                                                                      Tourism direct GDP as a proportion of total GDP and in growth rate
#> 111                                                                                                                                                                                                                                                                                                                         (a) Number of commercial bank branches per 100,000 adults and (b) number of automated teller machines (ATMs) per 100,000 adults
#> 112                                                                                                                                                                                                                                                                                                              Proportion of adults (15 years and older) with an account at a bank or other financial institution or with a mobile-money-service provider
#> 113                                                                                                                                                                                                                                                                                                                                                                                                             Aid for Trade commitments and disbursements
#> 114                                                                                                                                                                                                                                                                                                Existence of a developed and operationalized national strategy for youth employment, as a distinct strategy or as part of a national employment strategy
#> 115                                                                                                                                                                                                                                                                                                                                                                                                     Passenger and freight volumes, by mode of transport
#> 116                                                                                                                                                                                                                                                                                                                                                                           Proportion of the rural population who live within 2 km of an all-season road
#> 117                                                                                                                                                                                                                                                                                                                                                                                         Manufacturing value added as a proportion of GDP and per capita
#> 118                                                                                                                                                                                                                                                                                                                                                                                            Manufacturing employment as a proportion of total employment
#> 119                                                                                                                                                                                                                                                                                                                                                                                      Proportion of small-scale industries in total industry value added
#> 120                                                                                                                                                                                                                                                                                                                                                                                      Proportion of small-scale industries with a loan or line of credit
#> 121                                                                                                                                                                                                                                                                                                                                                                                                                    CO2 emission per unit of value added
#> 122                                                                                                                                                                                                                                                                                                                                                                                             Research and development expenditure as a proportion of GDP
#> 123                                                                                                                                                                                                                                                                                                                                                                                           Researchers (in full-time equivalent) per million inhabitants
#> 124                                                                                                                                                                                                                                                                                                                                      Total official international support (official development assistance plus other official flows) to infrastructure
#> 125                                                                                                                                                                                                                                                                                                                                                                            Proportion of medium and high-tech industry value added in total value added
#> 126                                                                                                                                                                                                                                                                                                                                                                                     Proportion of population covered by a mobile network, by technology
#> 127                                                                                                                                                                                                                                                                                                                      Growth rates of household expenditure or income per capita among the bottom 40 per cent of the population and the total population
#> 128                                                                                                                                                                                                                                                                                                                                               Proportion of people living below 50 per cent of median income, by sex, age and persons with disabilities
#> 129                                                                                                                                                                                                                                        Proportion of population reporting having personally felt discriminated against or harassed in the previous 12 months on the basis of a ground of discrimination prohibited under international human rights law
#> 130                                                                                                                                                                                                                                                                                                                                                                                                                                     Labour share of GDP
#> 131                                                                                                                                                                                                                                                                                                                                                                                                                  Redistributive impact of fiscal policy
#> 132                                                                                                                                                                                                                                                                                                                                                                                                                          Financial Soundness Indicators
#> 133                                                                                                                                                                                                                                                                                                                                                          Proportion of members and voting rights of developing countries in international organizations
#> 134                                                                                                                                                                                                                                                                                                                 Proportion of countries with migration policies that facilitate orderly, safe, regular and responsible migration and mobility of people
#> 135                                                                                                                                                                                                                                                                                                                                               Number of people who died or disappeared in the process of migration towards an international destination
#> 136                                                                                                                                                                                                                                                                                                                                                                                     Proportion of the population who are refugees, by country of origin
#> 137                                                                                                                                                                                                                                                                                                                                                   Recruitment cost borne by employee as a proportion of monthly income earned in country of destination
#> 138                                                                                                                                                                                                                                                                                                                                  Proportion of tariff lines applied to imports from least developed countries and developing countries with zero-tariff
#> 139                                                                                                                                                                                                                                                                               Total resource flows for development, by recipient and donor countries and type of flow (e.g. official development assistance, foreign direct investment and other flows)
#> 140                                                                                                                                                                                                                                                                                                                                                                                                 Remittance costs as a proportion of the amount remitted
#> 141                                                                                                                                                                                                                                                                                                                                                              Proportion of urban population living in slums, informal settlements or inadequate housing
#> 142                                                                                                                                                                                                                                                                                                                                      Proportion of population that has convenient access to public transport, by sex, age and persons with disabilities
#> 143                                                                                                                                                                                                                                                                                                                                                                                                Ratio of land consumption rate to population growth rate
#> 144                                                                                                                                                                                                                                                                                                  Proportion of cities with a direct participation structure of civil society in urban planning and management that operate regularly and democratically
#> 145                                                                                                                                                                                      Total per capita expenditure on the preservation, protection and conservation of all cultural and natural heritage, by source of funding (public, private), type of heritage (cultural, natural) and level of government (national, regional, and local/municipal)
#> 146                                                                                                                                                                                                                                                                                                                                          Number of deaths, missing persons and directly affected persons attributed to disasters per 100,000 population
#> 147                                                                                                                                                                                                                                                                                                                                                         Direct economic loss attributed to disasters in relation to global gross domestic product (GDP)
#> 148                                                                                                                                                                                                                                                                                                                                          (a) Damage to critical infrastructure and (b) number of disruptions to basic services, attributed to disasters
#> 149                                                                                                                                                                                                                                                                                                                    Proportion of municipal solid waste collected and managed in controlled facilities out of total municipal waste generated, by cities
#> 150                                                                                                                                                                                                                                                                                                                                                     Annual mean levels of fine particulate matter (e.g. PM2.5 and PM10) in cities (population weighted)
#> 151                                                                                                                                                                                                                                                                                                                       Average share of the built-up area of cities that is open space for public use for all, by sex, age and persons with disabilities
#> 152                                                                                                                                                                                                                                                                                                      Proportion of persons victim of non-sexual or sexual harassment, by sex, age, disability status and place of occurrence, in the previous 12 months
#> 153                                                                                                                                                                                                                                           Number of countries that have national urban policies or regional development plans that (a) respond to population dynamics; (b) ensure balanced territorial development; and (c) increase local fiscal space
#> 154                                                                                                                                                                                                                                                                                        Number of countries that adopt and implement national disaster risk reduction strategies in line with the Sendai Framework for Disaster Risk Reduction 2015-2030
#> 155                                                                                                                                                                                                                                                                                              Proportion of local governments that adopt and implement local disaster risk reduction strategies in line with national disaster risk reduction strategies
#> 156                                                                                                                                                                                                                                                                                                     Number of countries developing, adopting or implementing policy instruments aimed at supporting the shift to sustainable consumption and production
#> 157                                                                                                                                                                                                                                                                                                                                                                       Material footprint, material footprint per capita, and material footprint per GDP
#> 158                                                                                                                                                                                                                                                                                                                                      Domestic material consumption, domestic material consumption per capita, and domestic material consumption per GDP
#> 159                                                                                                                                                                                                                                                                                                                                                                                                            (a) Food loss index and (b) food waste index
#> 160                                                                                                                                                                                                                         Number of parties to international multilateral environmental agreements on hazardous waste, and other chemicals that meet their commitments and obligations in transmitting information as required by each relevant agreement
#> 161                                                                                                                                                                                                                                                                                                                                           (a) Hazardous waste generated per capita; and (b) proportion of hazardous waste treated, by type of treatment
#> 162                                                                                                                                                                                                                                                                                                                                                                                                      National recycling rate, tons of material recycled
#> 163                                                                                                                                                                                                                                                                                                                                                                                                   Number of companies publishing sustainability reports
#> 164                                                                                                                                                                                                                                                                                                                                                               Number of countries implementing sustainable public procurement policies and action plans
#> 165                                                                                                                                                                                                                                   Extent to which (i) global citizenship education and (ii) education for sustainable development are mainstreamed in (a) national education policies; (b) curricula; (c) teacher education; and (d) student assessment
#> 166                                                                                                                                                                                                                                                                                                                                              Installed renewable energy-generating capacity in developing and developed countries (in watts per capita)
#> 167                                                                                                                                                                                                                                                                                                                                 Implementation of standard accounting tools to monitor the economic and environmental aspects of tourism sustainability
#> 168                                                                                                                                                                                                                                                                                                                                                                            Amount of fossil-fuel subsidies (production and consumption) per unit of GDP
#> 169                                                                                                                                                                                                                                                                                                                                          Number of deaths, missing persons and directly affected persons attributed to disasters per 100,000 population
#> 170                                                                                                                                                                                                                                                                                        Number of countries that adopt and implement national disaster risk reduction strategies in line with the Sendai Framework for Disaster Risk Reduction 2015-2030
#> 171                                                                                                                                                                                                                                                                                              Proportion of local governments that adopt and implement local disaster risk reduction strategies in line with national disaster risk reduction strategies
#> 172                                                                                                                                                                                                                                                                                                                                                                                                                 Total greenhouse gas emissions per year
#> 173                                                                                                                                                                                                                Number of countries with nationally determined contributions, long-term strategies, national adaptation plans and adaptation communications, as reported to the secretariat of the United Nations Framework Convention on Climate Change
#> 174                                                                                                                                                                                                                                   Extent to which (i) global citizenship education and (ii) education for sustainable development are mainstreamed in (a) national education policies; (b) curricula; (c) teacher education; and (d) student assessment
#> 175                                                                                                                                                                                                                                                                      Amounts provided and mobilized in United States dollars per year in relation to the continued existing collective mobilization goal of the $100 billion commitment through to 2025
#> 176                                                                                                                                                             Number of least developed countries and small island developing States with nationally determined contributions, long-term strategies, national adaptation plans and adaptation communications, as reported to the secretariat of the United Nations Framework Convention on Climate Change
#> 177                                                                                                                                                                                                                                                                                                                                                                                     (a) Index of coastal eutrophication; and (b) plastic debris density
#> 178                                                                                                                                                                                                                                                                                                                                      Degree of implementation of international instruments aiming to combat illegal, unreported and unregulated fishing
#> 179                                                                                                                                                                                                                                                                                                                                                                           Number of countries using ecosystem-based approaches to managing marine areas
#> 180                                                                                                                                                                                                                                                                                                                             Sustainable fisheries as a proportion of GDP in small island developing States, least developed countries and all countries
#> 181                                                                                                                                                                                                                                                                                                                                                                Average marine acidity (pH) measured at agreed suite of representative sampling stations
#> 182                                                                                                                                                                                                                                                                                                                                                             Proportion of total research budget allocated to research in the field of marine technology
#> 183                                                                                                                                                                                                                                                                                                                                                                                        Proportion of fish stocks within biologically sustainable levels
#> 184                                                                                                                                                                                                                                                                                                        Degree of application of a legal/regulatory/policy/institutional framework which recognizes and protects access rights for small-scale fisheries
#> 185                                                                                                                                                                                                                                                                                                                                                                                                 Coverage of protected areas in relation to marine areas
#> 186                                                                                                            Number of countries making progress in ratifying, accepting and implementing through legal, policy and institutional frameworks, ocean-related instruments that implement international law, as reflected in the United Nations Convention on the Law of the Sea, for the conservation and sustainable use of the oceans and their resources
#> 187                                                                                                                                                                                                                                                                                                                                                                                                          Forest area as a proportion of total land area
#> 188                                                                                                                                                                                                                                                                                                                        Proportion of important sites for terrestrial and freshwater biodiversity that are covered by protected areas, by ecosystem type
#> 189                                                                                                                                                                                                                                                                                                                                                                                                          Progress towards sustainable forest management
#> 190                                                                                                                                                                                                                                                                                                                                                                                                Proportion of land that is degraded over total land area
#> 191                                                                                                                                                                                                                                                                                                                                                                                Coverage by protected areas of important sites for mountain biodiversity
#> 192                                                                                                                                                                                                                                                                                                                                                                             (a) Mountain Green Cover Index and (b) proportion of degraded mountain land
#> 193                                                                                                                                                                                                                                                                                                                                                                                                                                          Red List Index
#> 194                                                                                                                                                                                                                                                                                                                Number of countries that have adopted legislative, administrative and policy frameworks to ensure fair and equitable sharing of benefits
#> 195                                                                                                                                                                                                                                                                                                                                                                                  Proportion of traded wildlife that was poached or illicitly trafficked
#> 196                                                                                                                                                                                                                                                                                                            Proportion of countries adopting relevant national legislation and adequately resourcing the prevention or control of invasive alien species
#> 197 (a) Number of countries that have established national targets in accordance with or similar to Aichi Biodiversity Target 2 of the Strategic Plan for Biodiversity 2011–2020 in their national biodiversity strategy and action plans and the progress reported towards these targets; and (b) integration of biodiversity into national accounting and reporting systems, defined as implementation of the System of Environmental-Economic Accounting
#> 198                                                                                                                                                                                                                                                                (a) Official development assistance on conservation and sustainable use of biodiversity; and (b) revenue generated and finance mobilized from biodiversity-relevant economic instruments
#> 199                                                                                                                                                                                                                                                                (a) Official development assistance on conservation and sustainable use of biodiversity; and (b) revenue generated and finance mobilized from biodiversity-relevant economic instruments
#> 200                                                                                                                                                                                                                                                                                                                                                                                  Proportion of traded wildlife that was poached or illicitly trafficked
#> 201                                                                                                                                                                                                                                                                                                                                                                        Number of victims of intentional homicide per 100,000 population, by sex and age
#> 202                                                                                                                                                                                                                                                                                                            Proportion of population subjected to (a) physical violence, (b) psychological violence and/or (c) sexual violence in the previous 12 months
#> 203                                                                                                                                                                                                                                                                                                                                                              Proportion of population that feel safe walking alone around the area they live after dark
#> 204                                                                                                                                                                                                                                                                                                                                                                                   Conflict-related deaths per 100,000 population, by sex, age and cause
#> 205                                                                                                                                                                                                                                                                                                          Proportion of children aged 1-17 years who experienced any physical punishment and/or psychological aggression by caregivers in the past month
#> 206                                                                                                                                                                                                                                                                                                                                                     Number of victims of human trafficking per 100,000 population, by sex, age and form of exploitation
#> 207                                                                                                                                                                                                                                                                                                                                                            Proportion of young women and men aged 18-29 years who experienced sexual violence by age 18
#> 208                                                                                                                                                                                                                                                                                                                                                                                      Unsentenced detainees as a proportion of overall prison population
#> 209                                                                                                                                                                                                                   Proportion of victims of (a) physical, (b) psychological and/or (c) sexual violence in the previous 12 months who reported their victimization to competent authorities or other officially recognized conflict resolution mechanisms
#> 210                                                                                                                                                                                                                                                                              Proportion of the population who have experienced a dispute in the past two years and who accessed a formal or informal dispute resolution mechanism, by type of mechanism
#> 211                                                                                                                                                                                                                                                                          Proportion of seized, found or surrendered arms whose illicit origin or context has been traced or established by a competent authority in line with international instruments
#> 212                                                                                                                                                                                                                                                                                                                                                            Total value of inward and outward illicit financial flows (in current United States dollars)
#> 213                                                                                                                                                                                                                                             Proportion of businesses that had at least one contact with a public official and that paid a bribe to a public official, or were asked for a bribe by those public officials during the previous 12 months
#> 214                                                                                                                                                                                                                                                 Proportion of persons who had at least one contact with a public official and who paid a bribe to a public official, or were asked for a bribe by those public officials, during the previous 12 months
#> 215                                                                                                                                                                                                                                                                                                                                  Primary government expenditures as a proportion of original approved budget, by sector (or by budget codes or similar)
#> 216                                                                                                                                                                                                                                                                                                                                                                        Proportion of population satisfied with their last experience of public services
#> 217                                                                                                                                                                                                            Proportions of positions in national and local institutions, including (a) the legislatures; (b) the public service; and (c) the judiciary, compared to national distributions, by sex, age, persons with disabilities and population groups
#> 218                                                                                                                                                                                                                                                                                                                          Proportion of population who believe decision-making is inclusive and responsive, by sex, age, disability and population group
#> 219                                                                                                                                                                                                                                                                                                                                                          Proportion of members and voting rights of developing countries in international organizations
#> 220                                                                                                                                                                                                                                                                                                                                            Proportion of children under 5 years of age whose births have been registered with a civil authority, by age
#> 221                                                                                                                                                                                                                               Number of verified cases of killing, kidnapping, enforced disappearance, arbitrary detention and torture of journalists, associated media personnel, trade unionists and human rights advocates in the previous 12 months
#> 222                                                                                                                                                                                                                                                                                                                        Number of countries that adopt and implement constitutional, statutory and/or policy guarantees for public access to information
#> 223                                                                                                                                                                                                                                                                                                                                                     Existence of independent national human rights institutions in compliance with the Paris Principles
#> 224                                                                                                                                                                                                                                        Proportion of population reporting having personally felt discriminated against or harassed in the previous 12 months on the basis of a ground of discrimination prohibited under international human rights law
#> 225                                                                                                                                                                                                                                                                                                                                                                                              Total government revenue as a proportion of GDP, by source
#> 226                                                                                                                                                                                                                                                                                                                                                                                                  Proportion of domestic budget funded by domestic taxes
#> 227                                                                                                                                                                                                                   Net official development assistance, total and to least developed countries, as a proportion of the Organization for Economic Cooperation and Development (OECD) Development Assistance Committee donors’ gross national income (GNI)
#> 228                                                                                                                                                                                                                                                                                                                                                                           Volume of remittances (in United States dollars) as a proportion of total GDP
#> 229                                                                                                                                                                                                                                                                                                                                                                 Additional financial resources mobilized for developing countries from multiple sources
#> 230                                                                                                                                                                                                                                                                                                                                                                                           Debt service as a proportion of exports of goods and services
#> 231                                                                                                                                                                                                                                                                                                             Number of countries that adopt and implement investment promotion regimes for developing countries, including the least developed countries
#> 232                                                                                                                                                                                                                                                                                                                                                                                             Fixed broadband subscriptions per 100 inhabitants, by speed
#> 233                                                                                                                                                                                                                                                                                                Total amount of funding for developing countries to promote the development, transfer, dissemination and diffusion of environmentally sound technologies
#> 234                                                                                                                                                                                                                                                                                                                                                                                                            Proportion of individuals using the Internet
#> 235                                                                                                                                                                                                                                                                                            Dollar value of financial and technical assistance (including through North-South, South-South and triangular cooperation) committed to developing countries
#> 236                                                                                                                                                                                                                                                                                                                                                                                                                       Worldwide weighted tariff-average
#> 237                                                                                                                                                                                                                                                                                                                                                                            Developing countries’ and least developed countries’ share of global exports
#> 238                                                                                                                                                                                                                                                                                                                                    Weighted average tariffs faced by developing countries, least developed countries and small island developing States
#> 239                                                                                                                                                                                                                                                                                                                                                                                                                                 Macroeconomic Dashboard
#> 240                                                                                                                                                                                                                                                                                                                                                     Number of countries with mechanisms in place to enhance policy coherence of sustainable development
#> 241                                                                                                                                                                                                                                                                                                                                            Extent of use of country-owned results frameworks and planning tools by providers of development cooperation
#> 242                                                                                                                                                                                                                                                                           Number of countries reporting progress in multi-stakeholder development effectiveness monitoring frameworks that support the achievement of the sustainable development goals
#> 243                                                                                                                                                                                                                                                                                                                                                             Amount in United States dollars committed to public-private partnerships for infrastructure
#> 244                                                                                                                                                                                                                                                                                                                     Number of countries that have national statistical legislation that complies with the Fundamental Principles of Official Statistics
#> 245                                                                                                                                                                                                                                                                                                                                Number of countries with a national statistical plan that is fully funded and under implementation, by source of funding
#> 246                                                                                                                                                                                                                                                                                                                                                                                                                         Statistical capacity indicators
#> 247                                                                                                                                                                                                                                                                                                                                                 Dollar value of all resources made available to strengthen statistical capacity in developing countries
#> 248                                                                                                                                                                                                                                               Proportion of countries that (a) have conducted at least one population and housing census in the last 10 years; and (b) have achieved 100 per cent birth registration and 80 per cent death registration