For a properly import, you may strictly follow the export steps in
‘Juice’:
Menu File -> Export -> Table -> to Spreadsheet Format File
Check the option Export covers in %
In the header (see Value), the first column (juice_nr)
corresponds to the plot number assigned by ‘Juice’ at import, while the
column db_nr is the number originally assigned to the plot (e.g.
‘Turboveg’ ID).
# NOT RUN {library(vegtable)
## Installed 'Juice' version of 'Wetlands_veg'Veg <- file.path(path.package("vegtable"), "juice", "Wetlands_juice.txt")
Veg <- read_juice(Veg)
names(Veg)
# }