8000 mapbox token · plotly/plotly.r-docs@0d486f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d486f0

Browse files
author
mahdis-z
committed
mapbox token
1 parent 90a6fa0 commit 0d486f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/2020-01-30-choropleth-rmapbox.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ library(rjson)
9999
library(plotly)
100100
library(data.table)
101101
102-
mapboxToken <- paste(readLines(".mapbox_token"), collapse="") # You need your own token
102+
mapboxToken <- paste(readLines("../.mapbox_token"), collapse="") # You need your own token
103103
Sys.setenv("MAPBOX_TOKEN" = mapboxToken) # for Orca
104104
105105
url <- 'https://raw.githubusercontent.com/plotly/datasets/master/geojson-counties-fips.json'

0 commit comments

Comments
 (0)
0