pandoc_installed_versions {pandoc} | R Documentation |
Check Pandoc versions already installed
Description
-
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
Usage
pandoc_installed_versions()
pandoc_installed_latest()
pandoc_is_installed(version, error = FALSE, ask = FALSE)
Arguments
version |
This can be either:
|
error |
if |
ask |
if |
Value
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.
Examples
pandoc_installed_versions()
pandoc_installed_latest()
pandoc_is_installed("2.19.2")
pandoc_installed_latest()