sp_indicators: Get state, cities and regions demographics from Sao Paulo.

Description Usage Arguments Details Value Examples

View source: R/sp_indicators.R

Description

Get state, cities and regions demographics from Sao Paulo.

Usage

1
sp_indicators(year, place, variable)

Arguments

year

vector with years you want to get the data

place

code, according to place data.

variable

variable code according to variable data.

Details

all codes for the places and indicators (variables) are available at 'sp_place' dataset. You can provide more than one year, place or variable. If you want either all years, all places or all variables, you can put "0" to one, and only one, of the three arguments.

Value

a data frame with place code, place name, parent place,variable code, variable name, period that the data is available, unity, year, and variable name.

Examples

1
sp_indicators(2016:2017,place=1,variable=55)

jjesusfilho/cidades documentation built on May 17, 2019, 11:15 p.m.