deckgl_proxy {deckgl}R Documentation

Create a deckgl proxy object

Description

Creates a deckgl-like object that can be used to update a deckgl object that has already been rendered.

Usage

deckgl_proxy(shinyId, session = shiny::getDefaultReactiveDomain())

Arguments

shinyId

single-element character vector indicating the output ID of the deck to modify

session

the Shiny session object to which the deckgl widget belongs; usually the default value will suffice.


[Package deckgl version 0.3.0 Index]