pandoc_ast | R Documentation |
This is a convenience function for testing and development.
pandoc_ast(file, from = NULL, tolist = TRUE)
file |
the file to convert using pandoc. |
from |
the format to convert from. If |
tolist |
whether to return the AST as an R list. If |
A list containing the structured document
ast <- pandoc_ast(redoc_example_docx())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.