View source: R/getRdFileNames.R
getRdFileNames | R Documentation |
Tracks the Rd file names at which a given 'topic' (alias) is documented.
getRdFileNames(topic, package=NULL)
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 |
Chao-Jen Wong cwon2@fhcrc.org
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.