repr_*.function | R Documentation |
Representations of functions
## 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, ...)
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? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.