as_document {parsermd} | R Documentation |
rmd_ast
, rmd_tibble
, or any ast node into text.Convert an rmd_ast
, rmd_tibble
, or any ast node into text.
as_document(x, padding = "", collapse = NULL, ...)
x |
|
padding |
Padding to add between nodes when assembling the text. |
collapse |
If not |
... |
Unused, for extensibility. |
Returns a character vector.