get_redlist_china: Query Redlist of Chinese Biodiversity

Description Usage Arguments Format Details Value Author(s) References Examples

View source: R/get_redlist_china.R

Description

Query Redlist of China<e2><80><99>s Biodiversity of Vertebrate, Higher Plants and Macrofungi.

Usage

1
2
3
4
5
6
get_redlist_china(
  query = NULL,
  option = "Scientific Names",
  group = "Amphibians",
  viewDT = FALSE
)

Arguments

query

string The string to query for.

option

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".

group

character There is one required parameter, group=c("Amphibians","Birds","Inland Fishes","Mammals","Reptiles","Plants","Fungi").

viewDT

logic TRUE or FALSE,the default value is FALSE.

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://zoology.especies.cn/

http://www.fungalinfo.net

http://www.iplant.cn/rep/protlist

http://www.mee.gov.cn

Examples

1
2
3
4
5
6
7
8
9
## 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)

SP2000 documentation built on Nov. 8, 2020, 4:41 p.m.