Skip to contents

[Stable] This function launches the unified eLTER-IT Shiny catalogue and automatically opens the Sensors tab. It serves as a convenient wrapper around elter_catalogues_app(), ensuring that users accessing the Sensor Catalogue are directed immediately to the sensor-type metadata section.

Usage

sensor_runApp(...)

Value

No return value. The function launches the Shiny application.

Details

The eLTER-IT catalogue is a multi-view Shiny application combining both:

  • the Samples Catalogue, and

  • the Sensor Type Catalogue.

Calling sensor_runApp() opens the application with the "Sensors type" tab preselected. Internally, this function simply calls Specimen::elter_catalogues_app(default_tab = "sensors").

Author

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

Examples

if (interactive()) {
  sensor_runApp()
}