px: Print X-Table

Description Usage Arguments Details Author(s) See Also

View source: R/px.R

Description

This function is intended to be a wrapper for printing xtables with some common options that I normally use and change. This provides no unique or creative commands, and is simply used for convenience.

Usage

1
px(x, cap = NULL, lab = NULL, rn = FALSE, cn = TRUE, scale = "1", ...)

Arguments

x

The table to be written to LaTeX

cap

The caption of the table

lab

The label to be assigned

rn

Logical. Do you wish to print row names?

cn

Logical. Do you wish to print column names?

scale

A scaling factor (smaller scale = smaller text)

...

Additional arguments (passed to xtable and print.xtable)

Details

px Version 0.1

Again, just combining print.xtable into one short function with some convenient defaults for my use.

Author(s)

Michael Floren

See Also

print.xtable


flor3652/myStuff documentation built on Sept. 14, 2020, 1:16 a.m.