Skip to content
Prev 359860 / 398503 Next

HTML help -- as a single document for the entire package

On 06/04/2016 12:06 PM, Holger Hoefling wrote:
If you wanted to write it yourself, you would need to modify the 
tools::Rd2HTML function, and write a wrapper that called it for every Rd 
page.  This would be mostly straightforward:  instead of working for 
just one file, it would need to loop over all of them; it would also 
need to handle links between topics differently than it currently does, 
because some of them would be internal links, others would be external.

The source for the function is in 
https://svn.r-project.org/R/trunk/src/library/tools/R/Rd2HTML.R.

Duncan Murdoch