graves_all: graves_all Function

Description Usage Arguments Format Examples

Description

This function download data about all graves in Poznan.

Usage

1
graves_all(coords = F)

Arguments

coords

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

Format

Cemetery_ID

numeric; ID of cemetery in Poznan.

Cemetery_No

numeric; Cemetery number.

Date_birth

factor; Date birth pearson.

Date_death

factor; Date death pearson.

Date_Burial

factor; Date burial pearson.

Row_No

factor; Row.

Grave_Name

factor; Name.

Grave_Surname

factor; Surname.

Grave_Name_Surname

factor; Name and Surname.

Field_No

factor; Field number in cemetery.

Place_No

factor; Place number in cemetery.

Paid

numeric; Paid.

Longitude

numeric; Longitude of Grave.

Latitude

numeric; Latitude of Grave.

Examples

1
2
Grave_All <- graves_all(coords = F)
Grave_All_coord <- graves_all(coords = T)

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