Description Usage Arguments Value Note Author(s) Examples
This retrieves information from GRIIS (http://www.griis.org/) and returns all the queried records. As other functions in this package, the function is as good as the database is.
1 2 3 4 5 6 7 8 9 |
name |
character; a string with the scientific species name in the form of "Genus species". Default is NULL: return all records. |
impacts |
character; "Yes" for returning only records with impacts. Default to NULL: return all records. |
verified |
character; "Yes" for returning only verified records. Default to NULL: return all records. |
country |
character containing a valid name of a country for which to filter the results. Default to NULL: return all records. |
kindom |
character containing a valid name of a kindom (plantae, animalia, fungi, protozoa, chromista, others, ) for which to filter the results. Default to NULL: return all records. |
type |
character containing a valid name of a environment type (terrestrial, freshwater, marine, brackish, host) for which to filter the results. Default to NULL: return all records. |
... |
curl options passed on to |
A data.frame with species names, country where recorded, origin and source among other fields.
It seems as 'name' overrides 'kindom', which means records from a a plant species will be returned even if kindom is set to animalia.
Ignasi Bartomeus nacho.bartomeus@gmail.com
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.