Learn R Programming

Rveg (version 0.1.6)

RvegCheck: RvegCheck

Description

Checking your DATABASE for duplicity and allowing to export table with full species name (not Rveg editable anymore).

Usage

RvegCheck(
  DATABASE,
  fullnames = FALSE,
  export = "export",
  checklist = "default"
)

Value

Export csv file releve table

Arguments

DATABASE

name of csv files for releve table and header - database

fullnames

logical value if you want to add fullnames to the database

export

name of exporting database

checklist

checklist used to match shortnames with species name

Examples

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

Run the code above in your browser using DataLab