Learn R Programming

Rveg (version 0.1.6)

TvToRveg: TvToRveg

Description

Export Turboveg csv file to Rveg database compatible format

Usage

TvToRveg(tv, export = "export", checklist = "default")

Value

csv file

Arguments

tv

path to Turboveg csv export

export

name of your exported database

checklist

checklist used to match shortnames with species name

Examples

Run this code
## NOT RUN
if (interactive()) {
  TvToRveg(tv = paste0(
    path.package("Rveg"),
    "/extdata/tvexport.csv"
  ))
}

Run the code above in your browser using DataLab