Learn R Programming

taxize (version 0.9.100.1)

iplant_resolve: iPlant name resolution

Description

iPlant name resolution

Usage

iplant_resolve(sci, retrieve = "all", query = NULL, ...)

Value

A data.frame

Arguments

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 sci

...

Curl options passed on to crul::verb-GET

Examples

Run this code
if (FALSE) {
iplant_resolve(sci=c("Helianthus annuus", "Homo sapiens"))
iplant_resolve("Helianthusss")
iplant_resolve("Pooa")
iplant_resolve("Helianthusss", verbose = TRUE)
}

Run the code above in your browser using DataLab