View source: R/app_module_metadata_ui.R
| ie_metadata_ui | R Documentation |
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.
ie_metadata_ui(id)
id |
the module id (must match the paired |
a bslib::card() UI element
ie_scans_metadata_server(), ie_file_server()
# pair with a *_metadata_server() on the same id inside a shiny app
ie_metadata_ui("meta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.