analyze_memo_patterns {textAnnotatoR} | R Documentation |
Analyze memo usage patterns
Description
Examines how memos are used with codes by analyzing memo frequency, content, and patterns in memo application across code instances.
Usage
analyze_memo_patterns(code_anns)
Arguments
code_anns |
Data frame containing code annotations with columns:
|
Value
List containing:
memo_frequency: Proportion of annotations with memos
has_memos: Logical vector indicating memo presence
[Package textAnnotatoR version 0.1.4 Index]