powered by
"as.matrix"(x, format = TRUE, rowLabels = TRUE, colLabels = TRUE, justification = "n", ...)
"tabular"
format = TRUE
format.tabular
format=TRUE
format
as.numeric
table <- tabular( (Species + 1) ~ (n=1) + Format(digits=2)* (Sepal.Length + Sepal.Width)*(mean + sd), data=iris ) print(table) as.matrix(table) as.matrix(table, format=as.numeric)
Run the code above in your browser using DataLab