pander.function: Pander method for function class

Description Usage Arguments

Description

Prints an function object in Pandoc's markdown.

Usage

1
2
3
## S3 method for class 'function'
pander(x, add.name = FALSE, verbatim = TRUE,
  syntax.highlighting = FALSE, ...)

Arguments

x

an function object

add.name

(defaut:FALSE) if to add function name to output or just to print a body

verbatim

(defaut:TRUE) if to add tabulation, so pandoc conversion will rander it properly

syntax.highlighting

(defaut:FALSE) if to add hyghlighting tag for R syntax

...

ignored parameters


huashan/pander documentation built on May 17, 2019, 9:10 p.m.