Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pander.microbenchmark

Pander method for microbenchmark class


Description

Prints an microbenchmark object in Pandoc's markdown.

Usage

## S3 method for class 'microbenchmark'
pander(x, caption = attr(x, "caption"),
  expr.labels, unit, ...)

Arguments

x

an microbenchmark object

caption

caption (string) to be shown under the table

expr.labels

expression labels that will replace default ones (similar to rownames, which microbenchmark class table does not have)

unit

units in which values should be printed (for example second, microseconds, etc.). Should be one of ns, us, ms, s, t, hz, khz, mhz, eps, f

...

optional parameters passed to raw pandoc.table function


pander

An R 'Pandoc' Writer

v0.6.3
AGPL-3 | file LICENSE
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), Roman Tsegelskyi [aut]
Initial release
2018-11-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.