powered by
Get the networks
mica.networks(mica, query = "network()", select = list("*"), sort = list("id"), from = 0, limit = 100, locale = "en", df = TRUE)
A Mica object
The search query
The fields to be extracted
The fields to sort by
From item
Max number of items
The language for labels (default is "en")
Return a data.frame (default is TRUE)
# NOT RUN { m <- mica.login("https://mica-demo.obiba.org") mica.networks(m, query="network(in(Mica_network.studyIds,clsa))") mica.logout(m) # }
Run the code above in your browser using DataLab