Creates a picker-like object that can be used to update a picker object that has already been rendered.
picker_proxy(shinyId, session = shiny::getDefaultReactiveDomain())single-element character vector indicating the output ID of the deck to modify
the Shiny session object to which the picker widget belongs;
usually the default value will suffice.
a picker_proxy object that can be updated with update_picker.