Learn R Programming

Rveg (version 0.1.6)

RvegToJuice: RvegToJuice

Description

Export Rveg database to Juice software compatible format

Usage

RvegToJuice(Data, checklist = "default", export = "export")

Value

csv file which is readible by Juice

Arguments

Data

name of your Rveg database

checklist

path to your custom species checklist

export

name of your exported csv file

Examples

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

Run the code above in your browser using DataLab