Learn R Programming

openrouteservice (version 0.6.2)

ors_profile: Openrouteservice Profiles

Description

List of available modes of transport.

Usage

ors_profile(
  mode = c("car", "hgv", "bike", "roadbike", "mtb", "e-bike", "walking", "hiking",
    "wheelchair")
)

Value

Profile name, or named vector of available profiles.

Arguments

mode

Profile label.

Author

Andrzej Oleś andrzej.oles@gmail.com

Details

Convenience function for specifying the profile in ors_directions(), ors_isochrones() and ors_matrix().

See Also

ors_directions(), ors_isochrones(), ors_matrix()

Examples

Run this code
# list availbale profiles
ors_profile()

# retrieve full profile name based on label
ors_profile("car")

Run the code above in your browser using DataLab