View source: R/project.R View source: R/annotate_gui.R
create_plain_text_annotations | R Documentation |
Converts annotated text to plain text format with code markers. Each annotation is represented as a code identifier and annotated text wrapped in square brackets. Multiple annotations are preserved and shown in order of appearance in the text.
Converts annotated text to plain text format with code markers. Each annotation is represented as a code identifier and annotated text wrapped in square brackets. Multiple annotations are preserved and shown in order of appearance in the text.
create_plain_text_annotations(text, annotations)
create_plain_text_annotations(text, annotations)
text |
Character string containing the original text |
annotations |
Data frame of annotations with columns:
|
Character string containing formatted text with code markers
Character string containing formatted text with code markers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.