| make.function.html {base} | R Documentation |
Functions to re-create the HTML documentation files to reflect all
installed packages. make.function.html creates the
alphabetical list of functions, make.packages.html creates
the list of packages, and make.search.html creates the
database used by the Java search engine. link.html.help runs
all three.
link.html.help(verbose=FALSE) make.function.html() make.packages.html() make.search.html()
verbose |
logical. If true, print out a message. For use to explain a delay when called from other functions. |
No value is returned. The file R\_HOME\doc\html\function.html,
R\_HOME\doc\html\packages.html or
R\_HOME\doc\html\search\index.txt is (re-)created.
You will need write permission in the R\_HOME\doc\html
directory.
Guido Masarotto and Brian Ripley