This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/linkhtml.html
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


[Package base version 0.90 ]