ie_metadata_ui: Metadata selector table UI

View source: R/app_module_metadata_ui.R

ie_metadata_uiR Documentation

Metadata selector table UI

Description

The UI for a ie_metadata_server() file/analysis selector: a fullscreen-capable card with a toolbar (select-all / deselect on the left, column / search controls on the right) above a table that fills the rest of the card. Pair it with one of the ⁠*_metadata_server()⁠ functions using the same id.

Usage

ie_metadata_ui(id)

Arguments

id

the module id (must match the paired ⁠*_metadata_server()⁠)

Value

a bslib::card() UI element

See Also

ie_scans_metadata_server(), ie_file_server()

Examples

# pair with a *_metadata_server() on the same id inside a shiny app
ie_metadata_ui("meta")

isoexplorer documentation built on Sept. 8, 2026, 1:07 a.m.