Skip to contents

[Stable] This function launches the unified eLTER-IT Shiny catalogue and automatically opens the Samples tab. It provides a user-friendly entry point to the Samples Catalogue within the integrated multi-view application.

Usage

specimen_runApp(...)

Value

No return value. The function launches the Shiny application.

Details

The eLTER-IT catalogue Shiny application includes:

  • the Samples Catalogue, and

  • the Sensor Type Catalogue.

Calling specimen_runApp() opens the application with the "Samples" tab preselected. Internally, this function calls: Specimen::elter_catalogues_app(default_tab = "samples").

Author

Alessandro Oggioni, PhD (2023–2025) oggioni.a@cnr.it

Examples

if (interactive()) {
  specimen_runApp()
}