tvToRveg {Rveg} | R Documentation |
TvToRveg
Description
Export Turboveg csv file to Rveg database compatible format
Usage
tvToRveg(tv, export = "export", checklist = "default")
Arguments
tv |
path to Turboveg csv export |
export |
name of your exported database |
checklist |
checklist used to match shortnames with species name |
Value
csv file
Examples
## NOT RUN
if (interactive()) {
tvToRveg(tv = paste0(
path.package("Rveg"),
"/extdata/tvexport.csv"
))
read.csv("exportREL.csv", row.names = 1)
}
[Package Rveg version 0.1.5 Index]