This function allows you to find and search the right indicator code from the Social Progress Index you want to use. If no argument is filed, all indicators will be displayed.
spir_indicator(indicators)
| indicators | An indicator from the Social Progress Index. |
|---|
Indicator code from the Social Progress Index.
spir_country for the SPI's country code and spir_data to collect data when you have both indicator and country code.
myIndicator <- spir_indicator() myIndicator <- spir_indicator(indicators = "mortality") myIndicator <- spir_indicator("mortality")