TvToRveg | R Documentation |
Export Turboveg csv file to Rveg database compatible format
TvToRveg(tv, export = "export", checklist = "default")
tv |
path to Turboveg csv export |
export |
name of your exported database |
checklist |
checklist used to match shortnames with species name |
csv file
## NOT RUN
if (interactive()) {
TvToRveg(tv = paste0(
path.package("Rveg"),
"/extdata/tvexport.csv"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.