gnr_resolve(names, data_source_ids = NULL, resolve_once = FALSE,
with_context = FALSE, stripauthority = FALSE, highestscore = TRUE,
http = "get")
gnr_datasources
.TRUE
,
response is rapid but incomplete.TRUE
a common
taxonomic context is calculated for all supplied names
from matches in data sources that have classification
tree paths. Names out of determined conteTRUE
, gives back
names with taxonomic authorities. If FALSE
, strips
author names.gnr_datasources
gnr_resolve(names = c("Helianthus annuus", "Homo sapiens"))
gnr_resolve(names = c("Asteraceae", "Plantae"))
# Using data source 12 (Encyclopedia of Life)
sources<- gnr_datasources()
sources
eol <- sources$id[sources$title == 'EOL']
gnr_resolve(names=c("Helianthos annuus","Homo sapians"), data_source_ids=eol)
Run the code above in your browser using DataLab