View source: R/CreateChecklist.R
CreateChecklist | 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 used as checklist in Rveg functions
## NOT RUN
if (interactive()) {
CreateChecklist(specieslist = paste0(path.package("Rveg"),
"/extdata/SpeciesList"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.