Skip to contents

You can run pandoc_installed_versions() to see which versions are currently installed on the system.

Usage

pandoc_uninstall(version)

Arguments

version

which version to uninstalled.

Value

TRUE (invisibly) if uninstalling is successful.

See also

Examples

if (FALSE) { # rlang::is_interactive() && !pandoc::pandoc_is_installed("2.19.2")
pandoc_install("2.19.2")
pandoc_is_installed("2.19.2")
pandoc_uninstall("2.19.2")
}