Learn R Programming

textAnnotatoR (version 1.0.1)

analyze_memo_patterns: 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)

Value

List containing:

  • memo_frequency: Proportion of annotations with memos

  • has_memos: Logical vector indicating memo presence

Arguments

code_anns

Data frame containing code annotations with columns:

  • memo: character, memo text associated with annotation

  • code: character, code identifier