-
I'm having an issue where, in using the flowmapblue R package, I'm unable to see the base map layer in RStudio, but I'm able to visualize the arrows and paths. I've referred to this question and see that a solution is to export it or open it in a separate window, but that still doesn't solve the issue here. Are there any workarounds to this, or any other recommendations? As a test, I've tried using the code example in the README of flowmapblue.R repository: library(flowmapblue) data(ch_locations) flowmap <- flowmapblue( flowmap |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @rhoannajo , you probably have not set up your personal Mapbox API key, which is required for the basemap to be displayed. Kindly, follow the instructions here: https://flowmapblue.github.io/flowmapblue.R/#quick-example P.S. Next time, I would suggest opening such questions as issues in the repository of the package you are having problems with, https://github.com/FlowmapBlue/flowmapblue.R/issues |
Beta Was this translation helpful? Give feedback.
Hi @rhoannajo , you probably have not set up your personal Mapbox API key, which is required for the basemap to be displayed. Kindly, follow the instructions here: https://flowmapblue.github.io/flowmapblue.R/#quick-example
P.S. Next time, I would suggest opening such questions as issues in the repository of the package you are having problems with, https://github.com/FlowmapBlue/flowmapblue.R/issues