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

get_nsii(query, offset = 0)

Arguments

query

character Only single Latin name is queried.

offset

numeric Query page number.The default value is 0, which corresponds to the first page, each query returns 30.

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_nsii(query = "Artemisia argyi",offset = 0) str(result) tibble::tibble(result$data) }