tabular: R documentation table

View source: R/tabular.R

tabularR Documentation

R documentation table

Description

R documentation table

Usage

tabular(x)

Arguments

x

data.frame.

Value

Console output.

Note

Updated 2019-08-13.

See Also

  • http://r-pkgs.had.co.nz/man.html

Examples

df <- data.frame(
    "aaa" = seq(from = 1L, to = 4L),
    "bbb" = seq(from = 2L, to = 5L),
    "ccc" = seq(from = 3L, to = 6L),
    row.names = c("AAA", "BBB", "CCC", "DDD")
)
tabular(df)

mjsteinbaugh/devtools documentation built on Jan. 5, 2024, 11:09 a.m.