Learn R Programming

graphhopper (version 0.1.2)

gh_get_info: Get information about the GraphHopper instance

Description

Get information about the GraphHopper instance

Usage

gh_get_info()

Arguments

Examples

Run this code
# NOT RUN {
if (FALSE) {
  info <- gh_get_info()

  message(info$version)
  message(info$data_date)
  print(gh_bbox(info))
}
# }

Run the code above in your browser using DataLab