Hey Guys, I'm having this same problem! I have searched and can't find anything. I'm guessing that it must be simple as nobody replied here, but I'm at a loss, Any help? L.A. R-2.13.2 XP 3 Ubuntu 11.10 -- View this message in context: http://r.789695.n4.nabble.com/R2HTML-giving-NULL-in-output-tp2309776p3919977.html Sent from the R help mailing list archive at Nabble.com.
R2HTML giving "NULL" in output
5 messages · L.A., Joshua Wiley
Hi, Can you please post (or send to me directly) a reproducible example? The summary() command is generic, so I am not sure what type of object you are dealing with. Thanks, Josh
On Wed, Oct 19, 2011 at 1:18 PM, L.A. <romsa at millect.com> wrote:
?Hey Guys, ? I'm having this same problem! I have searched and can't find anything. I'm guessing that it must be simple as nobody replied here, but I'm at a loss, Any help? L.A. R-2.13.2 XP 3 Ubuntu 11.10 -- View this message in context: http://r.789695.n4.nabble.com/R2HTML-giving-NULL-in-output-tp2309776p3919977.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org 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.
Joshua Wiley Ph.D. Student, Health Psychology Programmer Analyst II, ATS Statistical Consulting Group University of California, Los Angeles https://joshuawiley.com/
Thanks for the reply. Here is a sample.
library(R2HTML)
HTMLStart(outdir=Output, file="R2report",
extension="html", echo=FALSE, HTMLframe=TRUE)
HTML.title("Test Report 2011", HR=1)
HTML.title("Test-Title:<br> Classification", HR=3)
HTMLhr()
HTMLStop()
--
View this message in context: http://r.789695.n4.nabble.com/R2HTML-giving-NULL-in-output-tp2309776p3920767.html
Sent from the R help mailing list archive at Nabble.com.
4 days later
Just discovered It doesn't do this when run in the latest release Rcmdr, yet still does in JGR, RKward and R-Gui. Confusing. Thanks, L.A. -- View this message in context: http://r.789695.n4.nabble.com/R2HTML-giving-NULL-in-output-tp2309776p3934410.html Sent from the R help mailing list archive at Nabble.com.
Hmm, I will see if I can see what Rcmdr is doing to possibly replicate. I am experimenting with processing that ignores NULL output from a function, BUT, this has to be done cautiously as NULL may be a legitimate return so I do not want to simply not print any NULL output, but I have not figured out a really good way around it yet. Cheers, Josh
On Mon, Oct 24, 2011 at 1:11 PM, L.A. <romsa at millect.com> wrote:
Just discovered It doesn't do this when run in the latest release Rcmdr, yet still does in JGR, RKward and R-Gui. Confusing. Thanks, L.A. -- View this message in context: http://r.789695.n4.nabble.com/R2HTML-giving-NULL-in-output-tp2309776p3934410.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org 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.
Joshua Wiley Ph.D. Student, Health Psychology Programmer Analyst II, ATS Statistical Consulting Group University of California, Los Angeles https://joshuawiley.com/