analyze_code_context | R Documentation |
Examines the surrounding context where codes are applied by looking at preceding and following annotations to understand code relationships.
analyze_code_context(code_anns, all_anns)
code_anns |
Data frame containing annotations for specific code:
|
all_anns |
Data frame containing all annotations in the text |
List of contexts for each code instance:
before: Preceding annotation if exists
after: Following annotation if exists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.