This package imports, validates and makes .vinv
(forestry virtual inventory) files readable.
Make shure devtools package is installed.
install.packages("devtools")
Load the devtools package.
library(devtools)
Install the vinv-R package.
install_github("vinv-group/vinv-R")
library(vinvSchema)
vinv <- vinvSchema::import('path/to/your/inventory.vinv', pretty = TRUE)
print(vinv$inventory$tree_status)
# list of trees
You can find example applications and scripts in the ./examples folder.
.vinv
using vinv-R, displaying forest inventory data and do basic analysis.You like forest, forest inventory and data? Get involved and drive the development, it's free!
You can create feature requests or bug reports via an issue.
We appreciate it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.