getRelease {InterMineR} | R Documentation |
Returns a string describing the release of the mine.
getRelease(im, timeout = 3)
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. |
a string, describing the release of the mine.
InterMine Team
im <- initInterMine(listMines()["HumanMine"]) getRelease(im)