markdown (version 0.8)

rendererOutputType: Fetch the Renderer Output Type

Description

markdown allows up to seven renderers to be registered by users, and each must provide the type of output returned, either character or raw for binary output. HTML is provided by the package and outputs character.

Usage

rendererOutputType(name)

Arguments

name

a character string naming the renderer.

Value

The character string with a value of either character or raw.

See Also

markdownToHTML, registeredRenderers

Examples

Run this code
# NOT RUN {
# List all available renderers
rendererOutputType("HTML")
# }

Run the code above in your browser using DataCamp Workspace