Skip to content
Prev 36366 / 63421 Next

inject html code into Rd file

On 02/04/2010 7:13 AM, Romain Francois wrote:
I think this should do it:

\Sexpr[stage=render,results=rd,echo=FALSE]{
paste("\\out{", "<b>hello</b>, "}", sep="")}

but this stuff hasn't been tested much, so there might be problems...

Duncan Murdoch