Learn R Programming

hereR (version 0.3.2)

set_key: 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.

Value

None.

Details

No login yet? Get a free login and key here: klick

Examples

Run this code
# NOT RUN {
set_key("<YOUR API KEY>")
# }

Run the code above in your browser using DataLab