View source: R/get_organism_taxonomy_ott.R
get_organism_taxonomy_ott | R Documentation |
This function retrieves taxonomy from the Open Tree of Life taxonomy
get_organism_taxonomy_ott(
df,
url = "https://api.opentreeoflife.org/v3/taxonomy/about",
retry = TRUE
)
df |
Dataframe containing your organism(s) name(s) |
url |
url of the ott api (for testing purposes) |
retry |
Boolean. Retry with generic epithet |
The path to the obtained OTT taxonomy
df <- data.frame("organism" = "Homo sapiens")
get_organism_taxonomy_ott(df)
unlink("data", recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.