RvegCheck | R Documentation |
Checking your DATABASE for duplicity and allowing to export table with full species name (not Rveg editable anymore).
RvegCheck(
DATABASE,
fullnames = FALSE,
export = "export",
checklist = "default"
)
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 |
Export csv file releve table
## NOT RUN
if (interactive()) {
RvegCheck(DATABASE = paste0(
path.package("Rveg"),
"/extdata/example_db"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.