R/tabular.R
tabular.Rd
R documentation table
tabular(x)
data.frame.
data.frame
Console output.
Updated 2019-08-13.
http://r-pkgs.had.co.nz/man.html
## > 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)