Completes addresses using the HERE 'Geocoder Autosuggest' API.
autosuggest(address, results = 5, url_only = FALSE)A data.frame object, containing the suggestions for the input addresses.
# Provide an API Key for a HERE project
set_key("<YOUR API KEY>")
suggestions <- autosuggest(address = poi$city, url_only = TRUE)