get_db | R Documentation |
Databases are resources which might be costly to load but can be used many times by functions which usually automatically load and retrieve them from the database manager. Each database has a lifetime and will be unloaded automatically upon expiry.
get_db(key, param = NULL, reload = FALSE, ...)
key |
Character: the key of the database to load. For a list of
available keys see |
param |
List: override the defaults or pass further parameters to
the database loader function. See the loader functions and their
default parameters in |
reload |
Reload the database if |
... |
Arguments for the loader function of the database. These override the default arguments. |
An object with the database contents. The exact format depends on the database, most often it is a data frame or a list.
omnipath_show_db
.
organisms <- get_db('organisms')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.