picker_proxy {picker}R Documentation

Create a picker proxy object

Description

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

Usage

picker_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 picker widget belongs; usually the default value will suffice.

Value

a picker_proxy object that can be updated with update_picker.

See Also

update_picker


[Package picker version 0.2.6 Index]