Learn R Programming

azuremapsr (version 0.0.2)

set_azuremaps_token: Set Azure Maps API Authentication Token

Description

Saves an authentication token for the Azure Maps API in the environment.

Usage

set_azuremaps_token(token)

Value

Logical TRUE if the token is correctly set.

Arguments

token

A character string containing the Azure Maps API token.

Examples

Run this code
if (FALSE) {
set_azuremaps_token("your_token_here")
}

Run the code above in your browser using DataLab