RvegToJuice | R Documentation |
Export Rveg database to Juice software compatible format
RvegToJuice(Data, checklist = "default", export = "export")
Data |
name of your Rveg database |
checklist |
path to your custom species checklist |
export |
name of your exported csv file |
csv file which is readible by Juice
## NOT RUN
if (interactive()) {
RvegToJuice(Data = paste0(
path.package("Rveg"),
"/extdata/example_db"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.