save_as_html {textAnnotatoR} | R Documentation |
Save annotated text as HTML document
Description
Creates an HTML document containing the annotated text with proper styling for code highlights and formatting.
Creates an HTML document containing the annotated text with proper styling for code highlights and formatting.
Usage
save_as_html(filename, rv)
save_as_html(filename, rv)
Arguments
filename |
Character string specifying output file path |
rv |
ReactiveValues object containing:
|
Value
Invisible NULL, called for side effect
Invisible NULL, called for side effect
[Package textAnnotatoR version 0.1.4 Index]