Download the latest or a specific version of the World Checklist of Vascular Plants (WCVP).
download_wcvp(save_dir = NULL, version = NULL)
A string specifying the folder to save the download in. If no value is provided, here will be used.
An integer version number to download. The latest version will be downloaded by default.
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.
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/
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()
if (FALSE) {
# download the latest version
download_wcvp()
# download version 1
download_wcvp(version=1)
}