tools (version 3.3.3)

Rdutils: Rd Utilities

Description

Utilities for computing on the information in Rd objects.

Usage

Rd_db(package, dir, lib.loc = NULL)

Arguments

package
a character string naming an installed package.
dir
a character string specifying the path to a package's root source directory. This should contain the subdirectory man with R documentation sources (in Rd format). Only used if package is not given.
lib.loc
a character vector of directory names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known. The specified library trees are used to search for package.

Details

Rd_db builds a simple database of all Rd objects in a package, as a list of the results of running parse_Rd on the Rd source files in the package and processing platform conditionals.

See Also

parse_Rd