Skip to contents

The goal of iassetR is to interact with the iAsset api using R. Currently only reading from the iAsset API is possible. But we intend to expand the scope to writing data as well if this is somewhat securely possible.

This package is developed for use in case of VespaWatch, which uses iAsset under the umbrella of the RIPARIAS project. Early in the development a wider use, beyond the even the limits of RIPARIAS, was envissioned resulting in a name change from vespawatchR to iassetR.

The current version of the package should be usable by all users of iAsset however keep in mind it has only been tested for vespawatch use. When you encounter issues please raise an issue.

Installation

You can install the development version of iassetR from GitHub with:

# install.packages("devtools")
devtools::install_github("inbo/iassetR")

Example

This is a basic example which shows you how to solve a common problem:

library(iassetR)
## basic example code