This function allows you to find and search the right country code associated with the Social Progress Index's Data. If no argument is filed, all indicators will be displayed.
spir_country(country)
country | The name of the country. |
---|
Country's ISO code.
spir_indicator
for the SPI's indicators and spir_data
to collect data when you have both indicator and country code.
mycountry <- spir_country() mycountry <- spir_country(country = "Canada") mycountry <- spir_country("Canada")