This is a datapackage containing the species list of the Leipzig Plant Catalogue. To use the data for name resolution use the lcvplants
package.
You can easily install LCVP
from within R using devtools (you may need to instsall devtools first).
devtools::install_github("idiv-biodiversity/LCVP")
LCP is a data package. You can use it to access and export the Leipzig Vascular Plant Catalogue. For taxonomic name resolution using LCVP use the lcvplants
package.
data(tab_lcvp)
str(tab_lcvp)
head(tab_lcvp)
data(ref_lcvp)
head(ref_lcvp)
Freiberg M, Winter M, Gentile A, Zizka A, Muellner-Riehl AN, Weigelt A & Wirth C. The Leipzig Catalogue of Plants (LCVP) –- An improved taxonomic reference list for all known vascular plants. R package, available at https://github.com/idiv-biodiversity/LCVP.