repr_*.function {repr} | R Documentation |
Representations of functions
Description
Representations of functions
Usage
## S3 method for class ''function''
repr_html(obj, highlight = getOption("repr.function.highlight"), ...)
## S3 method for class ''function''
repr_latex(obj, highlight = getOption("repr.function.highlight"), ...)
## S3 method for class ''function''
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? |
[Package repr version 1.1.7 Index]