powered by
Query with the accceptedName,scientificName,chineseName and commonName, returning the web pages that meets the criteria.
open_url(query = NULL, name = "accceptedName", language = "en")
string the accceptedName,scientificName,chineseName or commonName.
string
string name = c("accceptedName","scientificName","chineseName","commonName"),the default value is "accceptedName".
string currently only two languages are supported: Chinese and English,language=c("en","zh"), the default value is "en".
Visit the website http://sp2000.org.cn/pageservices/document for more details.
# NOT RUN { open_url(query = "Anguilla marmorata",name = "scientificName",language = 'en') open_url(query = "Anguilla marmorata",name = "scientificName",language = 'zh') # }
Run the code above in your browser using DataLab