View source: R/pandoc-install.R
| pandoc_is_active | R Documentation |
Is a pandoc version active ?
pandoc_is_active(version)
version |
This can be either:
|
TRUE is the version provided is currently the active one (i.e the one used when special "default" keyword is used).
pandoc_bin()
# is Pandoc 2.19.2 active ?
pandoc_is_active("2.19.2")
# is it the Pandoc in PATH which is active ?
pandoc_is_active("system")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.