Alan Gibson <alan.gibson <at> gmail.com> writes: > Im looking for a simple function to produce a crosstab from a dumped > sql query result.
xtabs in stats is a simple solution, but package reshape is much more flexible and comes with a good introduction.pdf. Dieter ______________________________________________ R-help@stat.math.ethz.ch mailing list 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.