getVersion {InterMineR}R Documentation

Get the version information of InterMine

Description

Returns an integer representing the capabilities of the webservice.

Usage

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

an integer, representing the capabilities of the webservice.

Author(s)

InterMine Team

Examples


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

  getVersion(im)
  

[Package InterMineR version 1.12.3 Index]