Learn R Programming

spiR (version 0.2.1)

spir_indicator: spir_indicator

Description

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.

Usage

spir_indicator(indicators)

Arguments

indicators

An indicator from the Social Progress Index.

Value

Indicator code from the Social Progress Index.

See Also

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

Examples

Run this code
# NOT RUN {
myIndicator <- spir_indicator()
myIndicator <- spir_indicator(indicators = "mortality")
myIndicator <- spir_indicator("mortality")
# }

Run the code above in your browser using DataLab