getRelease {InterMineR}R Documentation

Get the current release information of InterMine

Description

Returns a string describing the release of the mine.

Usage

getRelease(im, timeout = 3)

Arguments

im

a list containing the base URL and API token.

timeout

an integer, representing the number of seconds to wait for the webservice to respond.

Value

a string, describing the release of the mine.

Author(s)

InterMine Team

Examples


  im <- initInterMine(listMines()["HumanMine"])

  getRelease(im)
  

[Package InterMineR version 1.4.1 Index]