Edmund Seto
Edmund Seto
Correct, single-column visualizations are working nicely! But, for the tool I'm working on, I'd like to allow users to use a R Shiny interface to pick and choose columns to...
Closing the loop for anyone who comes across this thread... It's not based on rdeck or Deckgl, but I was able to use the [R mapboxer package](https://github.com/crazycapivara/mapboxer) to access vector...
I lead one of the EPA/DOE-funded Thriving Community Centers at the Univ of Washington. We're using the CEJST map to provide technical assistance in our region. I'm able to integrate...
I just posted a solution for this in the other thread about unicode. In my example, I showed how to do unicode for µ, but it applies to other unicode....
Just a correction to the code I posted: in my haste to make a short example, I forgot to include the st_bbox( the_states[...] ) in the fit_bounds() statements. But, the...