pandoc_run | R Documentation |
This function is a thin wrapper around the pandoc binary and allow to pass any arguments supported by the Pandoc binary.
pandoc_run(args, version = "default")
args |
Character vector, arguments to the pandoc CLI command |
version |
Version to use. Default will be the
|
The output of running pandoc
binary
# Run any command line argument (prefer `pandoc_convert()` for conversion )
pandoc::pandoc_run(c("--version"))
pandoc::pandoc_run(c("--list-input-formats"), version = "system")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.