listDatasets {InterMineR} | R Documentation |
This function retrieves all types of features from the data model of each Mine, that possess dataSets as a child_name. For these types of features, there are available datasets in the respective mine instance.
listDatasets(im)
im |
a Service object containing the base URL and API token, created by |
a character vector containing the all types of features from the data model of the mine, that possess dataSets as a child_name.
InterMine Team
# HumanMine #listDatasets(im = initInterMine(listMines()["HumanMine"])) # FlyMine #listDatasets(im = initInterMine(listMines()["FlyMine"]))