analyze_memo_patterns: Analyze memo usage patterns

View source: R/annotate_gui.R

analyze_memo_patternsR 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:

  • memo: character, memo text associated with annotation

  • code: character, code identifier

Value

List containing:

  • memo_frequency: Proportion of annotations with memos

  • has_memos: Logical vector indicating memo presence


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