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]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.