getVersion {InterMineR} | R Documentation |
Returns an integer representing the capabilities of the webservice.
getVersion(im, timeout = 3)
im |
a Service object containing the base URL and API token, created by |
timeout |
an integer, representing the number of seconds to wait for the webservice to respond. |
an integer, representing the capabilities of the webservice.
InterMine Team
im <- initInterMine(listMines()["HumanMine"]) getVersion(im)