Description Usage Arguments Value Examples
Currently only supports conversion of rmd_tibble
objects back to rmd_ast
.
1 |
x |
Object to convert |
... |
Unused, for extensibility. |
Returns an rmd_ast
object.
1 2 3 | 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.