View source: R/opal.taxonomy.R
opal.taxonomy_upload | R Documentation |
Upload a taxonomy stored in a local file in YAML format. This operation will fail if the taxonomy already exists, see opal.taxonomy_delete.
opal.taxonomy_upload(opal, path)
opal |
Opal object. |
path |
Path to the taxonomy YAML file. |
Other taxonomy functions:
opal.taxonomies()
,
opal.taxonomy()
,
opal.taxonomy_delete()
,
opal.taxonomy_download()
,
opal.terms()
,
opal.vocabularies()
,
opal.vocabulary()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.taxonomy_upload(o, '~/some/dir/taxo.yml')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.