The result returns the detailed information of the queried species, including the scientific name, the Latin name, common name, description, latitude and longitude, etc.

get_occ(query)

Arguments

query

character Only single Latin name is queried.

Value

list

Details

Visit the website http://www.nsii.org.cn for more details.

Author

Liuyong Ding <ly_ding@126.com>

Examples

if (FALSE) { result <- get_occ(query = "Artemisia argyi") str(result) tibble::tibble(result$Specimens) }