Description Usage Arguments Details Value Author(s)
Download Red List habitat and elevation data from the Red List API.
1 2 3 4 5 6 7 8 9 10 11 |
x |
List, vector, or dataframe with a column corresponding to binomial species names or IUCN Red List IDs. |
col.name |
Character string. Column name if x is a dataframe. Not needed if x is a list or vector. |
key |
Character string. IUCN Red List API key - available from https://apiv3.iucnredlist.org/api/v3/token |
query |
Character string. 'name' if querying by species name; 'ID' if querying by IUCN Red List ID. |
subset |
(optional). Numeric. Specify proportion of x to run for between 0 and 1. Defaults to 1. |
sleep_dur |
(optional) Numeric. Duration of sleep between API calls in seconds. Defaults to 2 seconds. |
parallel |
(optional) Logical. If TRUE uses multiple cores. Default is TRUE. |
num.cores |
(optional) Numeric. Specify number of cores to use if running in parallel. Default is number of CPU cores available - 1. |
verbose |
(optional) Numeric. If 0 gives no progress update, if 1 prints progress bar, if 2 prints 1 row per task completed. Default is 1. |
Each cell value of the output dataframe contains the pasted combination of habitat suitability and major importance, following the datasets habitats
and major_importance
.
If the suitability value is missing for a habitat, this is coded as 999
. No habitat data available at all results in all habitats being coded as 66
.
A dataframe in wide format (one column per habitat category and one row per species' season).
Matt Lewis, matthewlewis896@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.