Skip to content

idiv-biodiversity/LCVP

Repository files navigation

LCVP v3.0.1

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.

Installation

You can easily install LCVP from within R using devtools (you may need to install devtools first).

devtools::install_github("idiv-biodiversity/LCVP")

Usage

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)

Citation

library(LCVP)
citation("LCVP")