View source: R/cp_classification.R
cp_classification | R Documentation |
Classification
cp_classification(dataset_key, taxon_id, ...)
dataset_key |
(character/integer/numeric) dataset identifier |
taxon_id |
(character/integer/numeric) taxon identifier |
... |
curl options passed on to crul::verb-GET |
a data.frame/tibble with results, a zero row data.frame if no results found
if (cp_up("/dataset/1000/taxon/10/classification")) { cp_classification(dataset_key=1000, taxon_id=10) } ## Not run: cp_classification(dataset_key=1000, taxon_id=20) cp_classification(dataset_key=3, taxon_id="6565450e-1cf2-4dc2-acbb-db728e42e635") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.