getRdFileNames: Track Rd file names at which 'topic' is documented

View source: R/getRdFileNames.R

getRdFileNamesR Documentation

Track Rd file names at which 'topic' is documented

Description

Tracks the Rd file names at which a given 'topic' (alias) is documented.

Usage

getRdFileNames(topic, package=NULL)

Arguments

topic

A length-one character vector specifying the topic (alias).

package

A character vector given the packages to search for Rd file names that document the topic , or 'NULL'. By default, all the packages in the search path are used.

Author(s)

Chao-Jen Wong cwon2@fhcrc.org

Examples

getRdFileNames("rbind")

isInstalled <- function(pkg)
  inherits(suppressWarnings(packageDescription(pkg)), "packageDescription")

if (isInstalled("IRanges"))
  getRdFileNames("rbind", package=c("base", "IRanges"))

if (isInstalled("Biobase"))
  getRdFileNames("ExpressionSet", "Biobase")

Bioconductor/codetoolsBioC documentation built on April 25, 2023, 11:05 a.m.