View source: R/iplant_resolve.R
iplant_resolve | R Documentation |
iPlant name resolution
iplant_resolve(sci, retrieve = "all", query = NULL, ...)
sci |
Vector of one or more taxonomic names (no common names) |
retrieve |
Specifies whether to retrieve all matches for the names submitted. One of 'best' (retrieves only the single best match for each name submitted) or 'all' (retrieves all matches) |
query |
Deprecated, see |
... |
Curl options passed on to crul::verb-GET |
A data.frame
## Not run:
iplant_resolve(sci=c("Helianthus annuus", "Homo sapiens"))
iplant_resolve("Helianthusss")
iplant_resolve("Pooa")
iplant_resolve("Helianthusss", verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.