Learn R Programming

Rveg (version 0.1.6)

CreateChecklist: CreateChecklist

Description

Create a custom checklist with species ShortNames

Usage

CreateChecklist(specieslist, export = "export")

Value

txt file used as checklist in Rveg functions

Arguments

specieslist

path to list of species

export

name of your exported checklist file

Examples

Run this code
## NOT RUN
if (interactive()) {
CreateChecklist(specieslist = paste0(path.package("Rveg"),
"/extdata/SpeciesList"))
}

Run the code above in your browser using DataLab