powered by
Download a taxonomy stored in a file in YAML format.
opal.taxonomy_download(opal, taxonomy, destination = NULL)
Opal object.
Name of the taxonomy.
Path to the taxonomy YAML file. If not provided, the downloaded file will have the taxonomy name with the '.yml' extension and will be located in the working directory.
Other taxonomy functions: opal.taxonomies(), opal.taxonomy_delete(), opal.taxonomy_upload(), opal.taxonomy(), opal.terms(), opal.vocabularies(), opal.vocabulary()
opal.taxonomies()
opal.taxonomy_delete()
opal.taxonomy_upload()
opal.taxonomy()
opal.terms()
opal.vocabularies()
opal.vocabulary()
# NOT RUN { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.taxonomy_download(o, 'Mlstr_area', '~/some/dir/Mlstr_area.yml') opal.logout(o) # }
Run the code above in your browser using DataLab