Learn R Programming

Rveg (version 0.1.6)

RvegToTv: RvegToTv

Description

Export Turboveg csv compatible file

Usage

RvegToTv(database, export = "export", ver = 3, checklist = "default")

Value

csv file

Arguments

database

path to Rveg database

export

name of your exported Tv file

ver

version of TURBOVEG

checklist

checklist to match Fullnames

Examples

Run this code
## NOT RUN
if (interactive()) {
  RvegToTv(database = paste0(
    path.package("Rveg"),
    "/extdata/example_db"
  ))
}

Run the code above in your browser using DataLab