This is a data package 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 install devtools first).
devtools::install_github("idiv-biodiversity/LCVP")
LCVP 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)
library(LCVP)
citation("LCVP")