Rcmdr
data(iris)
data(BP)
t.test
lm
library(lsmeans)
aov
library(multcomp)
write.table
write.csv
writeLines
?write.table write.table(x, file = "", append = FALSE, quote = TRUE, sep = " ", eol = "\n", na = "NA", dec = ".", row.names = TRUE, col.names = TRUE, qmethod = c("escape", "double"), fileEncoding = "") write.csv(...)