mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
also added a new method shinysession$registerDataObj(), which was designed to be a general data retrieval method: we can store arbitrary data objects as "downloads", and return arbitrary http response based on the filter function; see renderDataTable() and updateSelectizeInput() for two examples