annotate_gui: Text Annotation GUI

View source: R/annotate_gui.R

annotate_guiR Documentation

Text Annotation GUI

Description

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()

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

Value

Launches a Shiny application in the default web browser

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()
}


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.