pander (version 0.6.0)

pander.function: Pander method for function class

Description

Prints an function object in Pandoc's markdown.

Usage

# S3 method for 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