Description Usage Arguments Value Author(s) Examples
Returns an integer representing the capabilities of the webservice.
1 | 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
1 2 3 4 | im <- initInterMine(listMines()["HumanMine"])
getVersion(im)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.