set_mapbox_token {mapscanner} | R Documentation |
Set 'mapbox' token
Description
Set a mapbox token for use with the ms_generate_map function.
Usage
set_mapbox_token(token)
Arguments
token |
Personal mapbox API token, obtained from https://docs.mapbox.com/api/#access-tokens-and-token-scopes. |
Value
TRUE
if the token was able to be set; otherwise FALSE
.
[Package mapscanner version 0.1.1 Index]