parse_rmd | R Documentation |
Documents are parsed into an rmd_ast
object.
parse_rmd(rmd)
parse_qmd(qmd)
rmd |
Either the path to an |
qmd |
Either the path to an |
Returns a rmd_ast
object.
parse_rmd(system.file("examples/hw01.Rmd", package="parsermd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.