open_url {SP2000} | R Documentation |
Opening the Catalogue of Life China checklist web pages with query
Description
Query with the accceptedName,scientificName,chineseName and commonName, returning the web pages that meets the criteria.
Usage
open_url(query = NULL, name = "accceptedName", language = "en")
Arguments
query |
|
name |
|
language |
|
Details
Visit the website http://sp2000.org.cn/pageservices/document for more details.
Author(s)
Liuyong Ding
Liuyong Ding ly_ding@126.com
Examples
open_url(query = "Anguilla marmorata",name = "scientificName",language = 'en')
open_url(query = "Anguilla marmorata",name = "scientificName",language = 'zh')
[Package SP2000 version 0.2.0 Index]