Handles library registration, dataset listing, and dataset loading for the sidebar browser panel.
Arguments
- id
Character string. The Shiny module namespace identifier.
- selected_dataset
A
shiny::reactiveVal()that stores the full file path of the currently selected dataset.- loaded_data
A
shiny::reactiveVal()that stores the loadeddata.frame.
Value
A list of reactive values: libraries (named list of
library-path pairs) and selected_library (the currently active library
name).