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

Patricio Cuarón patriciocuaron at gmail.com
Fri May 15 16:38:04 CEST 2015


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 of the documentation, which btw doesn't seem to work):

Error in e[[3]] : subscript out of bounds



Thanks!

	[[alternative HTML version deleted]]



More information about the R-help mailing list