powered by
Get the taxonomy vocabularies, optionally filtered by taxonomy name and by term matching.
mica.vocabularies(mica, query = NULL, locale = "en", target = "variable", taxonomies = NULL, df = TRUE)
A Mica object
The search query
The language for labels (when NULL labels are not included in the result)
What the taxonomy is about: variable (default), dataset, study, network
Taxonomy names to subset. If NULL or empty all taxonomies are returned
Return a data.frame (default is TRUE)
Other taxonomies functions: mica.taxonomies
mica.taxonomies
# NOT RUN { m <- mica.login("https://mica-demo.obiba.org") mica.vocabularies(m,target="variable", query="cancer", locale = "en") mica.logout(m) # }
Run the code above in your browser using DataLab