pander_table: DEPRECATED: Render a spec as a pandoc table

View source: R/pander_table.R

pander_tableR Documentation

DEPRECATED: Render a spec as a pandoc table

Description

Requires the pander package to be installed. pander_table_df actually formats the table.

Usage

pander_table(x, ...)

pander_table_df(x, long = FALSE, ...)

Arguments

x

a spec object

...

passed to other functions

long

if TRUE, then the table is made in a longer format

Examples

spec <- load_spec_ex()

## Not run: 
pander_table_df(spec)

pander_table(spec)

## End(Not run)


metrumresearchgroup/yspec documentation built on May 24, 2024, 12:48 a.m.