as_ast | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.