This rnsii package programatically download Chinese biodiversity data from the National Specimen Information Infrastructure http://www.nsii.org.cn .
Installation using R package devtools:
if (!requireNamespace(c("devtools","tibble"), quietly = TRUE)) install.packages("devtools","tibble") devtools::install_github("Otoliths/rnsii",build_vignettes = TRUE)
library("rnsii")
result1 <- get_nsii(query = "Artemisia argyi",offset = 0)
str(result1)
tibble::tibble(result1$data)
result2 <- get_occ(query = "Artemisia argyi")
str(result2)
citation("rnsii")
Contributions to this package are welcome. The preferred method of contribution is through a GitHub pull request. Feel also free to contact us by creating an issue.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.