Skip to contents

This function launches the Shiny application for annotating exposome variable names using ontology terms such as HPO, ENVO, and ChEBI. The app is bundled with the tidyexposomics package and allows interactive selection or search of ontology terms.

Usage

ont_annot_app()

Value

Launches a Shiny app in a new window; does not return a value.

Examples

if (FALSE) { # \dontrun{
ont_annot_app()
} # }