analyze_code_patterns {textAnnotatoR}R Documentation

Analyze code application patterns

Description

Analyzes patterns in how codes are applied in the annotations.

Usage

analyze_code_patterns(annotations)

Arguments

annotations

Data frame containing code annotations with columns:

  • start: numeric, starting position

  • end: numeric, ending position

  • code: character, code identifier

Value

List containing:


[Package textAnnotatoR version 0.1.4 Index]