spir_country: spir_country

Description Usage Arguments Value See Also Examples

View source: R/spiR.R

Description

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.

Usage

1
spir_country(country)

Arguments

country

The name of the country.

Value

Country's ISO code.

See Also

spir_indicator for the SPI's indicators and spir_data to collect data when you have both indicator and country code.

Examples

1
2
3
mycountry <- spir_country()
mycountry <- spir_country(country = "Canada")
mycountry <- spir_country("Canada")

spiR documentation built on March 5, 2021, 5:05 p.m.