Skip to contents

Launch an interactive Shiny application for text annotation and analysis. The GUI provides tools for importing text, applying codes, creating memos, and analyzing annotations through various visualizations.

Usage

annotate_gui()

Value

Launches a Shiny application in the default web browser

Details

Interactive Text Annotation Interface

The annotation interface includes the following features:

  • Text import and display

  • Code application and management

  • Memo creation and linking

  • Project management (save/load)

  • Annotation analysis tools

  • Export capabilities

Note

This package provides functionality for users to interactively save files through the Shiny interface. All file operations are explicitly initiated by users through file dialogs, and no files are written automatically to the user's system without their direct action and consent.

Examples

if(interactive()) {
  annotate_gui()
}