multimir_switchDBVersion: Manage Database Version to use

View source: R/dbversion.R

multimir_switchDBVersionR Documentation

Manage Database Version to use

Description

Functions for managing the database version used to complete requests on the web server.

Usage

multimir_switchDBVersion(db_version, url = NULL)

Arguments

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 multimir.url instead.

Details

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.

Value

multimir_dbInfoVersions: a data frame with information about the multiMiR database versions.

multimir_switchDBVersion: none (invisible NULL).

Examples


  multimir_dbInfoVersions()
  multimir_switchDBVersion(db_version="2.0.0")


KechrisLab/multiMiR documentation built on June 24, 2024, 3:47 a.m.