View source: R/pandoc-install.R
pandoc_locate | R Documentation |
This package helps install and manage Pandoc binaries in a specific folder.
This function helps with finding the path to those specific versions of Pandoc.
See pandoc_bin()
for another way of getting paths to pandoc
binaries
pandoc_locate(version = "default")
version |
Version to use. Default will be the
|
Path of Pandoc binaries root folder if version is available.
pandoc_install()
# where is the default active version located ?
pandoc_locate()
pandoc::pandoc_is_installed("2.11.4")
# where is a specific installed version located
pandoc_locate("2.11.4")
# return root folder of installed versions
pandoc_locate(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.