Description Usage Arguments Details Value Examples
Functions for managing the database version used to complete requests on the web server.
1 | multimir_switchDBVersion(db_version, url = NULL)
|
db_version |
A character string containing the full version number for the database version to use for for all package functions. The default will be the most recent version. |
url |
Deprecated. Use global option |
url
is a character string containing the URL of the multiMiR web
server. Optional as it is set when the package is loaded.
multimir_dbInfoVersions
returns other information about the multiMiR
database versions available. This provides a list of available options if
switching to previous version is desired.
multimir_switchDBVersion
returns other information about the multiMiR
database versions available. This provides a list of available options if
switching to previous version is desired.
multimir_dbInfoVersions
: a data frame with information about the
multiMiR database versions.
multimir_switchDBVersion
: none (invisible NULL
).
1 2 | multimir_dbInfoVersions()
multimir_switchDBVersion(db_version="2.0.0")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.