save_as_text: Save annotated text as plain text

View source: R/project.R View source: R/annotate_gui.R

save_as_textR Documentation

Save annotated text as plain text

Description

Creates a plain text file containing the annotated text with code markers.

Creates a plain text file containing the annotated text with code markers.

Usage

save_as_text(filename, rv)

save_as_text(filename, rv)

Arguments

filename

Character string specifying output file path

rv

ReactiveValues object containing:

  • text: Original text content

  • annotations: Data frame of annotations

Value

Invisible NULL, called for side effect

Invisible NULL, called for side effect


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.