RvegCheck {Rveg}R Documentation

RvegCheck

Description

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

Usage

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

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

Value

Export csv file releve table

Examples

## NOT RUN
if (interactive()) {
  RvegCheck(DATABASE = paste0(
    path.package("Rveg"),
    "/extdata/example_db"
  ))
  read.csv("exportREL.csv", row.names = 1)
}


[Package Rveg version 0.1.4 Index]