Learn R Programming

oligo (version 1.36.1)

pdPkgFromBioC: Get packages from BioConductor.

Description

This function checks if a given package is available on BioConductor and installs it, in case it is.

Usage

pdPkgFromBioC(pkgname, lib = .libPaths()[1], verbose = TRUE)

Arguments

pkgname
character. Name of the package to be installed.
lib
character. Path where to install the package at.
verbose
logical. Verbosity flag.

Value

  • Logical: TRUE if package was found, downloaded and installed; FALSE otherwise.

Details

Internet connection required.

See Also

download.packages

Examples

Run this code
pdPkgFromBioC("pd.mapping50k.xba240")

Run the code above in your browser using DataLab