Convert an rmd_ast
, rmd_tibble
, or any ast node into text.
Usage
as_document(x, padding = "", collapse = NULL, ...)
Arguments
- x
rmd_ast
, rmd_tibble
, or parsermd node object.
- padding
Padding to add between nodes when assembling the text.
- collapse
If not NULL
, use value to collapse lines.
- ...
Passed to to_ast()
when converting rmd_collection
or qmd_collection
.
Value
Returns a character vector.