add_geometry_municipios: Adds a geometry column to dataframe with municipality-level...

Description Usage Arguments Value Examples

View source: R/add_geometry.R

Description

Joins provided dataframe with another containing municipality-level MULTIPOLYGON geospatial data. The key used to perform the join is the numeric column Codmun7, which must contain cities' 7-digit code, as used by IBGE.

Usage

1

Arguments

df

A dataframe containing data from cities belonging to the state of Sao Paulo. The dataframe must have a numeric column named Codmun7 with cities' IBGE 7-digit code.

Value

A dataframe containing the original data and an additional geometry column with municipality-level geospatial data.

Examples

1
2

andremenegatti/cagedExplorer documentation built on July 1, 2020, 1:25 a.m.