download_col_china: Download 'Catalogue of Life China': Annual Checklist

Description Usage Arguments Details Value Author(s) Examples

View source: R/download_col_china.R

Description

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.

Usage

1
download_col_china(version = "2020", OS = "MacOS", dir = tempdir(), mode, ...)

Arguments

version

integer Release version of annual checklist,the default value is 2020.

OS

character Supported operating system,c("MacOS", "Ubuntu" ,"Windows"),the default value is "MacOS".

dir

a non-empty character vector giving the directory name by user,the default value is dir = tempdir(),see tempdir for details.

mode

A character string specifying the mode with which to write the file. Useful values are "w", "wb" (binary), "a" (append) and "ab". see download.file for details.

...

allow additional arguments to be passed, unused.see download.file for details.

Details

Visit the website http://sp2000.org.cn/download for more details.

Value

URL

Author(s)

Liuyong Ding ly_ding@126.com

Examples

1
2
3
4
5
## Not run: 
dir <- tempdir()
download_col_china(version = "2020",OS = "MacOS", dir = dir)

## End(Not run)

SP2000 documentation built on Nov. 8, 2020, 4:41 p.m.