Skip to contents

[Deprecated]

This function previously launched a local Shiny app but now opens the hosted web version of the FReD Annotator.

Usage

run_annotator()

Value

Opens the web annotator in the default browser (invisibly returns NULL).

Examples

if (interactive()) {
  run_annotator()
}