Learn R Programming

textAnnotatoR (version 1.0.1)

analyze_code_patterns: Analyze code application patterns

Description

Analyzes patterns in how codes are applied in the annotations.

Usage

analyze_code_patterns(annotations)

Value

List containing:

  • patterns: List of code patterns

  • summary: Summary statistics

Arguments

annotations

Data frame containing code annotations with columns:

  • start: numeric, starting position

  • end: numeric, ending position

  • code: character, code identifier