make.function.html {base} | R Documentation |
Update HTML documentation files
Description
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.
Usage
link.html.help()
make.function.html()
make.packages.html()
make.search.html()
Value
No value is returned. The file RHOME/doc/html/function.html
,
RHOME/doc/html/packages,html
or
RHOME/doc/html/search/index.txt
is (re-)created.
Note
You will need write permission on the RHOME/doc
tree.
Author(s)
Guido Masarotto and Brian Ripley