The Text Annotation Interface provides a comprehensive environment for qualitative data analysis through text annotation. This vignette will guide you through using the interface effectively, from basic text annotation to advanced features like code hierarchies and comparative analysis.
To start using the text annotation interface, simply call the
annotate_gui()
function:
This will open the Shiny application in your default web browser. The interface is divided into several tabs, each offering different functionality for your annotation work.
The interface consists of:
# Example of code application via the API (if available)
annotate_text(selected_text, code = "important_theme")
The “Themes” tab allows you to organize your codes hierarchically:
# Example of code hierarchy structure
codes <- list(
"Methods" = c("Qualitative", "Quantitative"),
"Results" = c("Findings", "Discussion")
)
The comparison tab allows you to analyze coding patterns between different coders:
The Text Annotation Interface provides a robust environment for qualitative data analysis. By following this guide and exploring the various features, you can develop an efficient workflow for your annotation projects. Remember to:
Note: This vignette reflects the current version of the Text Annotation Interface. Features may be updated or changed in future versions.