Learn R Programming

taxize (version 0.5.2)

iplant_resolve: iPlant name resolution

Description

iPlant name resolution

Usage

iplant_resolve(query, retrieve = "all", callopts = list())

Arguments

query
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)
callopts
Curl options passed on to httr::GET

Value

  • A data frame

Examples

Run this code
iplant_resolve(query=c("Helianthus annuus", "Homo sapiens"))
iplant_resolve("Helianthusss")
iplant_resolve("Pooa")

library("httr")
iplant_resolve("Helianthusss", callopts=verbose())

Run the code above in your browser using DataLab