download_wcvp: Download the whole of the WCVP.

View source: R/wcvp.R

download_wcvpR Documentation

Download the whole of the WCVP.

Description

Download the latest or a specific version of the World Checklist of Vascular Plants (WCVP).

Usage

download_wcvp(save_dir = NULL, version = NULL)

Arguments

save_dir

A string specifying the folder to save the download in. If no value is provided, here will be used.

version

An integer version number to download. The latest version will be downloaded by default.

Details

The World Checklist of Vascular Plants (WCVP) is a global consensus view of all known vascular plant species. It has been compiled by staff at RBG Kew in consultation with plant group experts.

Versioned downloads of the whole WCVP are provided on the website. This function allows the user to download the latest or a specific version of the WCVP.

References

WCVP (2020). World Checklist of Vascular Plants, version 2.0. Facilitated by the Royal Botanic Gardens, Kew. Published on the Internet; http://wcvp.science.kew.org/

See Also

  • lookup_wcvp() to lookup information about a taxon name using a valid IPNI ID.

  • search_wcvp() to search WCVP using a taxon name.

Other WCVP functions: lookup_wcvp(), search_wcvp()

Examples

## Not run: 
 # download the latest version
 download_wcvp()

 # download version 1
 download_wcvp(version=1)

## End(Not run)


barnabywalker/kewr documentation built on July 5, 2022, 5:37 p.m.