TvToRveg: TvToRveg

View source: R/RvegToJuice.R

TvToRvegR 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"
  ))
}


Rveg documentation built on April 12, 2025, 1:36 a.m.