RvegToJuice {Rveg} | R Documentation |
RvegToJuice
Description
Export Rveg database to Juice software compatible format
Usage
RvegToJuice(Data, checklist = "default", export = "export")
Arguments
Data |
name of your Rveg database |
checklist |
path to your custom species checklist |
export |
name of your exported csv file |
Value
csv file which is readible by Juice
Examples
## NOT RUN
if (interactive()) {
RvegToJuice(Data = paste0(
path.package("Rveg"),
"/extdata/example_db"
))
read.csv("export.csv", header = FALSE)
}
[Package Rveg version 0.1.5 Index]