Introduction

The goal of inventr is to work with inventrories. This package is working in R and is completed by a shiny app.

Installation

inventr is on development and hosted on Gitlab. Using the package ‘devtools’, you can install it with the command :

devtools::install_git('https://gitlab.com/FrdVnW/inventr', upgrade_dependencies = FALSE)

Till now, this package is only working for data collected using Limesurvey, and more precisely in the framework of the DiverIMPACTS project.

Usage

Loading libraries

Importing data

Launch the application

You can launch the application with the following command.

## Launch the application
## ======================
inventr.app()