getVersion: Get the version information of InterMine

Description Usage Arguments Value Author(s) Examples

View source: R/InterMineR.R

Description

Returns an integer representing the capabilities of the webservice.

Usage

1
getVersion(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

an integer, representing the capabilities of the webservice.

Author(s)

InterMine Team

Examples

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

  getVersion(im)
  

InterMineR documentation built on Nov. 8, 2020, 5:58 p.m.