Handles data display, filtering, variable inspection, and download for the Data Viewer tab.
Arguments
- id
Character string. The Shiny module namespace identifier.
- loaded_data
A
shiny::reactiveVal()containing the currentdata.frame.- selected_dataset
A
shiny::reactiveVal()with the file path of the active dataset.
Value
A named list with three elements:
filtered_dataA
shiny::reactiveVal()with the current filtereddata.frame.filter_exprA
shiny::reactive()returning the raw filter expression string.selected_varsA
shiny::reactive()returning the selected variable names.