zoology_description {SP2000} | R Documentation |
Query details of species in China Animal Scientific Database
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
zoology_description(query, dbname, destype)
zoology_description_type(query, dbname)
Arguments
query |
|
dbname |
|
destype |
|
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
## 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)