getRelease: Get the current release information of InterMine

Description Usage Arguments Value Author(s) Examples

View source: R/InterMineR.R

Description

Returns a string describing the release of the mine.

Usage

1
getRelease(im, timeout = 3)

Arguments

im

a Service object containing the base URL and API token, created by initInterMine.

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

1
2
3
4
  im <- initInterMine(listMines()["HumanMine"])

  getRelease(im)
  

intermine/intermineR documentation built on Jan. 10, 2022, 4:24 p.m.