[R] tables package: localization of "All" subtotals label

2015-05-15 Thread Patricio Cuarón
Hello. I'd like to know how could I localize (or otherwise change the string) of the "All" subtotal that appears when using something like library(tables) data(iris) tabular((Species + 1) ~ (n=1) + Format(digits=2)* + (Sepal.Length + Sepal.Width)*(mean + sd), data=iris) (that's the first example

[R] thousands separator in console output?

2009-11-11 Thread Patricio Cuarón
Hello, I'm beginning with R and I'm wondering if there's any way to display large values (e.g. 161651654167) using my system's thousands separator or scientific notation. Thanks! [[alternative HTML version deleted]] __ R-help@r-project.org mail