View source: R/pandoc-install.R
pandoc_installed_versions | R Documentation |
pandoc_installed_versions()
lists all versions already installed
pandoc_installed_latest()
returns the most recent installed version
pandoc_is_installed()
allows to check for a specific installed version
pandoc_installed_versions()
pandoc_installed_latest()
pandoc_is_installed(version, error = FALSE, ask = FALSE)
version |
This can be either:
|
error |
if |
ask |
if |
A character vector of installed versions or a logical for
pandoc_is_installed()
. It will return NULL
is no versions are installed.
For pandoc_is_installed()
, TRUE
if only the required version is
installed. If FALSE
and ask
is TRUE
, the user will be prompt for
installing the version.
pandoc_installed_versions()
pandoc_installed_latest()
pandoc_is_installed("2.19.2")
pandoc_installed_latest()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.