Makes mapbox API token available for mapdeck calls

set_token(token)

Arguments

token

mapbox access token

Details

See (set_token).

You can request a mapbox acces token here.

Examples

if (FALSE) {

set_token("my_mapbox_token")
}