get_redlist_china {SP2000} | R Documentation |
Query Redlist of Chinese Biodiversity
Description
Query Redlist of China’s Biodiversity of Vertebrate, Higher Plants and Macrofungi.
Usage
get_redlist_china(
query = NULL,
option = "Scientific Names",
group = "Amphibians",
viewDT = FALSE
)
Arguments
query |
|
option |
|
group |
|
viewDT |
|
Format
assessment status:
- EX
Extinct
- EW
Extinct in the wild
- RE
Regional Extinct
- CR
Critically Endangered
- EN
Endangered
- VU
Vulnerable
- NT
Near Threatened
- LC
Least Concern
- DD
Data Deficient
Details
Visit the website http://zoology.especies.cn/ for more details.
Value
object
Author(s)
Liuyong Ding ly_ding@126.com
Ke Yang ydyangke@163.com
References
http://www.iplant.cn/rep/protlist
Examples
## Not run:
#query assessment status via Chinese Names or Scientific Names
get_redlist_china(query = "Anguilla", option = "Scientific Names")
get_redlist_china(query = "Anguilla nebulosa", option = "Scientific Names")
#creates an HTML widget to display rectangular data
get_redlist_china(group = "Inland Fishes", viewDT = TRUE)
## End(Not run)