load_pkg_db | R Documentation |
Load package database
load_pkg_db(lib = NULL, online = TRUE, db = NULL, verbose = TRUE)
lib |
Local library path. If the value is |
online |
If the value is |
db |
A pre-computed |
verbose |
Whetehr to print messages. |
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.
A pkg_db
class object. See reformat_db
for how to use the pkg_db
object.
## Not run:
pkg_db = load_pkg_db(lib = NA)
pkg_db
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.