Description Usage Arguments Details political names References Examples
Search the Native Species Resolver
1 |
species |
(character) One or more species names. required. |
country |
(character) A country name. required. |
stateprovince |
(character) A state or province name |
countyparish |
(character) A county or parish name |
... |
curl options passed on to crul::HttpClient |
Currently, only one name is allowed per request. We loop internally over a list of length > 1, but this will still be slow due to only 1 name per request.
Note that this service can be quite slow.
nsr_countries
: is a vector of country names that we use to check
your country names
nsr_pol_divisions
: is a data.frame of country names and state/province
names that we used to check your parameter inputs - these are for checklists
that NSR has complete coverage for
http://bien.nceas.ucsb.edu/bien/tools/nsr/nsr-ws/
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
nsr("Pinus ponderosa", country = "United States")
nsr(c("Pinus ponderosa", "Poa annua"), country = "United States")
splist <- c("Pinus ponderosa", "Poa annua", "bromus tectorum", "Ailanthus altissima")
nsr(splist, country = "United States")
nsr(splist, country = "United States", stateprovince = "California")
# curl options
nsr("Pinus ponderosa", "United States", verbose = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.