as_ast {parsermd} | R Documentation |
rmd_ast
.Currently only supports conversion of rmd_tibble
objects back to rmd_ast
.
as_ast(x, ...)
x |
Object to convert |
... |
Unused, for extensibility. |
Returns an rmd_ast
object.
parse_rmd(system.file("hw01.Rmd", package="parsermd")) %>%
as_tibble() %>%
as_ast()