geocoder_as_xy {mapboxapi} | R Documentation |
Convert the results of a mapboxGeocoderInput()
geocoded location to XY coordinates
Description
Convert the results of a mapboxGeocoderInput()
geocoded location to XY coordinates
Usage
geocoder_as_xy(input)
Arguments
input |
The name of the Shiny input using |
Value
A length-2 vector representing the geocoded longitude/latitude coordinates of the location.
[Package mapboxapi version 0.6 Index]