annotate_gui | R Documentation |
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.
annotate_gui()
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
Launches a Shiny application in the default web browser
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.
if(interactive()) {
annotate_gui()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.