Hello! I want to print a data.frame with rk.results, but it doesn't print the 
labels of factors. 
Looking inside the rk.results code, I see that the problem is with the cat 
function,
To solve the problem, I propose to change the lines that contains 
cat("<td>", x[row, col], "</td>", sep = "")
with
cat(paste("<td>", x[row, col], "</td>", sep = ""))

Thanks!


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to