open_url: Opening the Catalogue of Life China checklist web pages with...

Description Usage Arguments Details Author(s) Examples

View source: R/open_url.R

Description

Query with the accceptedName,scientificName,chineseName and commonName, returning the web pages that meets the criteria.

Usage

1
open_url(query = NULL, name = "accceptedName", language = "en")

Arguments

query

string the accceptedName,scientificName,chineseName or commonName.

name

string name = c("accceptedName","scientificName","chineseName","commonName"),the default value is "accceptedName".

language

string currently only two languages are supported: Chinese and English,language=c("en","zh"), the default value is "en".

Details

Visit the website http://sp2000.org.cn/pageservices/document for more details.

Author(s)

Liuyong Ding

Liuyong Ding ly_ding@126.com

Examples

1
2
open_url(query = "Anguilla marmorata",name = "scientificName",language = 'en')
open_url(query = "Anguilla marmorata",name = "scientificName",language = 'zh')

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