load_pkg_db {pkgndep} | R Documentation |
Load package database
Description
Load package database
Usage
load_pkg_db(lib = NULL, online = TRUE, db = NULL, verbose = TRUE)
Arguments
lib |
Local library path. If the value is |
online |
If the value is |
db |
A pre-computed |
verbose |
Whetehr to print messages. |
Details
It loads the package database from CRAN/Bioconductor and locally installed packages.
The database object internaly is cached for repeated use of other functions in this package.
Value
A pkg_db
class object. See reformat_db
for how to use the pkg_db
object.
Examples
## Not run:
pkg_db = load_pkg_db(lib = NA)
pkg_db
## End(Not run)
[Package pkgndep version 1.99.3 Index]