CreateChecklist {Rveg} | R Documentation |
CreateChecklist
Description
Create a custom checklist with species shortnames
Usage
CreateChecklist(specieslist, export = "export")
Arguments
specieslist |
path to list of species |
export |
name of your exported checklist file |
Value
txt file
Examples
## NOT RUN
if (interactive()) {
CreateChecklist(specieslist = paste0(path.package("Rveg"),
"/extdata/SpeciesList"))
}
[Package Rveg version 0.1.5 Index]