Has anyone tried developing a PLR procedure to do the equivalent of crosstab but using the Reshape library from R? The
reasonI ask is that I have been extracting tables like this with an R script, using RPostgreSQL, then functions from
Reshapeand writing the output to a .csv file. I wonder if a PLR procedure could so this with fewer lines of code and
greaterspeed. I'm just not clear on how to write the PLR code.