qfes / rdeck

Deck.gl widget for R
https://qfes.github.io/rdeck
MIT License
97 stars 0 forks source link

[Shiny] Merge `data` on update layer #120

Open anthonynorth opened 3 months ago

anthonynorth commented 3 months ago

Support partial layer data updates in shiny. Data passed to update_x_layer should be merged into (overwriting columns with matching names) the client state when lengths are equal.