
Query Redlist of China<U+2019>s Biodiversity of Vertebrate, Higher Plants and Macrofungi.
get_redlist_china(
query = NULL,
option = "Scientific Names",
group = "Amphibians",
viewDT = FALSE
)
string
The string to query for.
character
There is one required parameter, which is either Chinese Names or Scientific Names. Give eithera Chinese Names or Scientific Names. If an Scientific Names is given, the Chinese Names parameter may not be used. Only exact matches found the name given will be returned. option=c("Chinese Names","Scientific Names"),,the default value is "Scientific Names".
character
There is one required parameter, group=c("Amphibians","Birds","Inland Fishes","Mammals","Reptiles","Plants","Fungi").
logic
TRUE or FALSE,the default value is FALSE.
object
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.
# 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)
# }
Run the code above in your browser using DataLab