R/listDatasets.R

Defines functions listDatasets

Documented in listDatasets

#' @export
listDatasets = function(im){
  model = getModel(im)
  return(subset(model, child_name == "dataSets")[,1])
}

Try the InterMineR package in your browser

Any scripts or data that you put into this service are public.

InterMineR documentation built on Nov. 8, 2020, 5:58 p.m.