repr (version 0.10)

repr_*.function: Representations of functions

Description

Representations of functions

Usage

"repr_html"(obj, highlight = getOption("repr.function.highlight"), ...)
"repr_latex"(obj, highlight = getOption("repr.function.highlight"), ...)
"repr_markdown"(obj, fenced = TRUE, ...)

Arguments

obj
Function to create a representation for
highlight
Should code highlighting be performed
...
ignored
fenced
Should a fenced code block instead of an indented one be used?