CreateChecklist {Rveg} | R Documentation |
Create a custom checklist with species shortnames
CreateChecklist(specieslist, export = "export")
specieslist |
path to list of species |
export |
name of your exported checklist file |
txt file
## NOT RUN
if (interactive()) {
CreateChecklist(specieslist = paste0(path.package("Rveg"),
"/extdata/SpeciesList"))
}