pandoc_uninstall {pandoc}R Documentation

Uninstall a Pandoc version

Description

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

pandoc_install()

Examples


pandoc_install("2.19.2")
pandoc_is_installed("2.19.2")
pandoc_uninstall("2.19.2")


[Package pandoc version 0.2.0 Index]