Description Usage Arguments Details Value Author(s) See Also Examples
This function checks if a given package is available on BioConductor and installs it, in case it is.
1 | pdPkgFromBioC(pkgname, lib = .libPaths()[1], verbose = TRUE)
|
pkgname |
character. Name of the package to be installed. |
lib |
character. Path where to install the package at. |
verbose |
logical. Verbosity flag. |
Internet connection required.
Logical: TRUE if package was found, downloaded and installed; FALSE otherwise.
Benilton Carvalho
download.packages
1 2 3 4 | ## Not run:
pdPkgFromBioC("pd.mapping50k.xba240")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.