zoology_description: Query details of species in China Animal Scientific Database

Description Usage Arguments Details Value Author(s) Examples

View source: R/zoology_description.R

Description

Query the description information based on the species name, database name, and description type.

Query the description type information based on the species name and database name.

Usage

1
2
3
zoology_description(query, dbname, destype)

zoology_description_type(query, dbname)

Arguments

query

string The string to query for scientific names.

dbname

integer There is one required parameter, a single numeric that indicates which China animal scientific database to use. Details in zoology_dbase_name for the list of available databases.

destype

integer There is one required parameter, a single numeric that indicates which description type information to use. Details in zoology_description for the list of available description type information based on the species name and database name.

Details

Visit the website http://zoology.especies.cn for more details.

Visit the website http://zoology.especies.cn for more details.

Value

details of species in China Animal Scientific Database

description type information

Author(s)

Liuyong Ding ly_ding@126.com

Liuyong Ding ly_ding@126.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
##Set your key
set_search_key("your apiKey",db = "zoology")

##Query details of species in Chinese Bird Database
zoology_description(query = "Aix galericulata",dbname = 4,destype = 209)

## End(Not run)
## Not run: 
##Set your key
set_search_key("your apiKey",db = "zoology")

##Query description type information of Chinese Bird Database
zoology_description_type(query = "Aix galericulata",dbname = 4)

## End(Not run)

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