set_key {hereR} | R Documentation |
Set HERE Application Credentials
Description
Provide an API Key for a HERE project of type 'REST'. The key is set for the current R session and is used to authenticate in the requests to the APIs.
Usage
set_key(api_key)
Arguments
api_key |
character, the API key from a HERE project. |
Details
No login yet? Get a login and key here: klick
Value
None.
Examples
set_key("<YOUR API KEY>")
[Package hereR version 1.0.0 Index]