mktable: Make Table

Description Usage Arguments See Also Examples

View source: R/TABLE.mktable.r

Description

Convert R data frame object x to a nice pdf table via latex

Usage

1
2
3
4
5
mktable(x, placement = "ht", caption = "", label = "", footnotes = NULL,
  headerlabel = "", size = "small", footnotesize = "scriptsize",
  labelwidth = 0.1, width = 1, alignment = "", use.rownames = F,
  use.colnames = F, shade = F, header = "", headercols = 0,
  labelrows = 1, rnd = NULL)

Arguments

x

A dataframe

placement

not sure what that is...

caption

The table caption

label

The table label

include.rownames

Whether or not the rownames should be included

See Also

xtable

Examples

1
mktable(baseline, caption="Table 1.", label="")

haozhu233/ifaR.handtools documentation built on May 17, 2019, 2:30 p.m.