Displaying 1 result from an estimated 1 matches for "findhtmllink".
Did you mean:
findhtmllinks
2011 Jan 28
1
generating HTML help pages
...one html page per Rd
file.
Looking through documentation the only clues I could find were
* R CMD Rdconv --type=html FILE, which does not produce cross-links,
does not process multiple files, and does not produce index file
and
*
tools::Rd2HTML("pathtopackage/file.Rd",Links=findHTMLlinks("pathtopackage"));
this will do a better job by producing cross-links, but again, no
multiple files processing, and no index
This is not a big deal to make a loop over all files in my "man", and I
can copy "00Index.html" from library/package/html after install...