if (FALSE) {
# This writes a table to the clipboard on Windows using tab delimiters, for
# easy import into a spreadsheet.
write.table.tabular(
tabular( (Species + 1) ~ (n=1) + Format(digits=2)*
(Sepal.Length + Sepal.Width)*(mean + sd), data=iris ),
"clipboard", sep="\t")
}
Run the code above in your browser using DataLab