Skip to contents

This function launches a local version of the CheckEM Shiny app in your default web browser. The app allows users to perform quality control checks on metadata and annotations for fish and benthic stereo-imagery datasets.

Usage

runCheckEM()

Value

Launches the CheckEM Shiny app in the web browser.

Examples

if (FALSE) { # \dontrun{
# To run the CheckEM Shiny app locally
CheckEM::runCheckEM()
} # }