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:

  • memo: character, memo text associated with annotation

  • code: character, code identifier

Value

List containing:


[Package textAnnotatoR version 0.1.4 Index]