rendererExists {markdown} | R Documentation |
Testing for existence of a markdown renderer
Description
rendererExists
determines whether or not a certain renderer exists in
the markdown library.
Usage
rendererExists(name)
Arguments
name |
name of renderer. |
Value
TRUE
or FALSE
for whether or not the renderer exists.
Examples
rendererExists("HTML")
[Package markdown version 1.1 Index]