Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 867 Bytes

vegtable2

CRAN_Status_Badge

This is a package with functions for the internal use and adapted to own purposes. The functions included here are extensions to taxlist (https://github.com/kamapu/taxlist) and vegtable (https://github.com/kamapu/vegtable) and its functions may not work with any database.

Updating to the last version of vegtable

The very first step is to install the package devtools and dependencies. Then you just need to execute following commands in your R-session:

library(devtools)
install_github("kamapu/vegtable2")