Skip to contents

Handles library registration, dataset listing, and dataset loading for the sidebar browser panel.

Usage

dataset_browser_server(id, selected_dataset, loaded_data)

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 loaded data.frame.

Value

A list of reactive values: libraries (named list of library-path pairs) and selected_library (the currently active library name).