Learn R Programming

hereR (version 0.2.1)

set_auth: HERE Application Credentials

Description

Provide application credentials (APP ID and APP CODE) for a HERE project of type 'REST & XYZ HUB API/CLI', that will be used to authenticate in the requests to the APIs.

Usage

set_auth(app_id, app_code)

Arguments

app_id

character, the APP ID from a HERE project.

app_code

character, the APP CODE from a HERE project.

Value

None.

Details

No login yet? Get your free login here: klick

Examples

Run this code
# NOT RUN {
set_auth(
  app_id = "<YOUR APP ID>",
  app_code = "<YOUR APP CODE>"
)
# }

Run the code above in your browser using DataLab