cemeteries: cemeteries Function

Description Usage Arguments Format Examples

Description

This function download data about Cemetery in Poznan.

Usage

1
cemeteries(coords = F)

Arguments

coords

show basic data about cemetery in PoznaƄ. When set TRUE shows coords of cemetery.

Format

ID

numeric; ID of Cemetery in Poznan.

Cemetery_Name

factor; Name of cemetery in Poznan.

Cemetery_Type

factor; Type of cemetery in Poznan.

Longitude

numeric; Longitude of cemetery site.

Latitude

numeric; Latitude of cemetery site.

Examples

1
2
3
Cemetery <- cemeteries(coords = F)
Cemetery_coords <- cemeteries(coords = T)
coords <- Cemetery_coords$coord

lwawrowski/openPoznan documentation built on July 6, 2019, 4:48 p.m.