Skip to content

R2HTML giving "NULL" in output

5 messages · L.A., Joshua Wiley

#
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.
#
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:

  
    
#
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
#
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: