spatial_info {ispdata}R Documentation

Access the information about spatial data

Description

Returns data about the spatial data in the package. If the data argument is "code_equivalence", it will show the equivalence between AISP, CISP and RISP codes, neighborhoods and cities. If the data argument is "area_km2", it returns a dataframe with the areas of AISP, CISP and RISP by square kilometers.

Usage

spatial_info(data)

Arguments

data

it may be "code_equivalence" or "area_km2"

Value

a dataframe

Examples

## Not run: spatial_info(data = "code_equivalence")


[Package ispdata version 1.1.2 Index]