View source: R/get_redlist_china.R
get_redlist_china | R Documentation |
Query Redlist of China’s Biodiversity of Vertebrate, Higher Plants and Macrofungi.
get_redlist_china(
query = NULL,
option = "Scientific Names",
group = "Amphibians",
viewDT = FALSE
)
query |
|
option |
|
group |
|
viewDT |
|
assessment status:
Extinct
Extinct in the wild
Regional Extinct
Critically Endangered
Endangered
Vulnerable
Near Threatened
Least Concern
Data Deficient
Visit the website http://zoology.especies.cn/ for more details.
object
Liuyong Ding ly_ding@126.com
Ke Yang ydyangke@163.com
http://www.iplant.cn/rep/protlist
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.