We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f594b7 commit d4835f4Copy full SHA for d4835f4
1 file changed
README.md
@@ -18,5 +18,5 @@ You can install the package from GitHub as follows:
18
19
locations <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/locations.csv')
20
flows <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/flows.csv')
21
- mapboxAccessToken = 'YOUR_MAPBOX_ACCESS_TOKEN'
+ mapboxAccessToken <- 'YOUR_MAPBOX_ACCESS_TOKEN'
22
flowmapblue(locations, flows, mapboxAccessToken, clustering=TRUE, darkMode=TRUE, animation=FALSE)
0 commit comments