[rkward-devel] Problems printing factor labels with rk.results
SANCHEZ ALBERCA, ALFREDO
asalber at ceu.es
Fri Aug 23 11:25:13 UTC 2013
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!
More information about the Rkward-devel
mailing list