pandoc_is_active {pandoc} | R Documentation |
Is a pandoc version active ?
Description
Is a pandoc version active ?
Usage
pandoc_is_active(version)
Arguments
version |
This can be either:
|
Value
TRUE
is the version
provided is currently the active one (i.e the one used when special "default"
keyword is used).
See Also
Examples
# is Pandoc 2.19.2 active ?
pandoc_is_active("2.19.2")
# is it the Pandoc in PATH which is active ?
pandoc_is_active("system")
[Package pandoc version 0.2.0 Index]