Is it possible to save the results of a filtered, sorted table in Shiny as an R object? Rather than explicitly passing filters into a dataframe which renders the table results, then saving the filtered results, can I just use the controls in the DT table and save that set of results? This means I would not need to build a UI with filters, I could just use what's available in DT.