Learn R Programming

ispdata (version 1.1.2)

spatial_info: 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)

Value

a dataframe

Arguments

data

it may be "code_equivalence" or "area_km2"

Examples

Run this code
if (FALSE) spatial_info(data = "code_equivalence")

Run the code above in your browser using DataLab