[R] R2HTML

Ronaldo Reis Jr. chrysopa at insecta.ufv.br
Tue Aug 5 14:13:58 CEST 2003


Hi,

I try to use R2HTML to make output. It is very good for this.

I have this HTML output:

-------------- HTMLStart(HTMLframe=F,echo=T) ---------

> as.title("Comment one") 

Comment one

 

> summary(1)

Table of the summary 1 here
  

> as.title("Comment two") 

Comment two

 

> summary(2)

Table of the summary 2 here
------------------- HTMLStop() --------

But I like this output:

-------------- HTMLStart(HTMLframe=F,echo=T) ---------

> ## Comment one

> summary(1)

Table of the summary 1 here
  

> ## Comment two

> summary(2)

Table of the summary 2 here
------------------- HTMLStop() --------

I try to use the # form comment, but dont work, it is not include in echo.

It is possible?

Thanks
Ronaldo
-- 
We are what we are.
--
|>   // | \\   [***********************************]
|   ( õ   õ )  [Ronaldo Reis Júnior                ]
|>      V      [UFV/DBA-Entomologia                ]
|    /     \   [36571-000 Viçosa - MG              ]
|>  /(.''`.)\  [Fone: 31-3899-2532                 ]
|  /(: :'  :)\ [chrysopa at insecta.ufv.br            ]
|>/ (`. `'` ) \[ICQ#: 5692561 | LinuxUser#: 205366 ]
|    ( `-  )   [***********************************]
|>>  _/   \_Powered by GNU/Debian Woody/Sarge




More information about the R-help mailing list