[rkward-tracker] [rkward:bugs] #131 rk.results doesn't print the factors levels
Alfredo Sánchez Alberca
asalber at users.sf.net
Fri Aug 30 15:58:02 UTC 2013
---
** [bugs:#131] rk.results doesn't print the factors levels**
**Status:** open
**Labels:** rk.results
**Created:** Fri Aug 30, 2013 03:58 PM UTC by Alfredo Sánchez Alberca
**Last Updated:** Fri Aug 30, 2013 03:58 PM UTC
**Owner:** nobody
When I print a data.frame with rk.results it doesn't print the levles 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 = ""))
---
Sent from sourceforge.net because rkward-tracker at lists.sourceforge.net is subscribed to https://sourceforge.net/p/rkward/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/rkward/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-tracker/attachments/20130830/ada7ce25/attachment.html>
More information about the rkward-tracker
mailing list