paths_bike: paths_bike Function

Description Usage Arguments Format Examples

Description

This function download data about bike Paths in Poznan.

Usage

1
paths_bike(coords = F)

Arguments

coords

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

Format

ID

numeric; ID of all bike paths in Poznan.

Name

character; Name of bike paths.

Length

character; Length of bike paths

Description

character; Description of bike paths

Longitude

numeric; Longitude of bike paths.

Latitude

numeric; Latitude of bike paths.

Examples

1
2
paths_bike <- paths_bike(coords = F)
paths_bike_coords <- paths_bike(coords = T)

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