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(verbose=FALSE)
make.function.html()
make.packages.html()
make.search.html()

Arguments

verbose logical. If true, print out a message. For use to explain a delay when called from other functions.

Value

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.

Note

You will need write permission in the R\_HOME\doc\html directory.

Author(s)

Guido Masarotto and Brian Ripley


[Package Contents]