repr_-times-.function: Representations of functions

repr_*.functionR 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?


repr documentation built on Feb. 16, 2023, 6:57 p.m.