View source: R/download_col_china.R
download_col_china | R Documentation |
Organized by the Biodiversity Committee of Chinese Academy of Sciences (BC-CAS), Catalogue of Life China Annual Checklist edition has been compiled by Species 2000 China Node.
download_col_china(version = "2020", OS = "MacOS", dir = tempdir(), mode, ...)
version |
|
OS |
|
dir |
A non-empty character vector giving the directory name by user,the default value is dir = tempdir(),see |
mode |
A character string specifying the mode with which to write the file. Useful values are "w", "wb" (binary), "a" (append) and "ab". see |
... |
Allow additional arguments to be passed, unused. see |
Visit the website http://sp2000.org.cn/download for more details.
URL
Liuyong Ding ly_ding@126.com
## Not run:
dir <- tempdir()
download_col_china(version = "2020",OS = "MacOS", dir = dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.