This package lets you access ACyRSA’s API using R. This will enable you to integrate ACyRSA’s data more easily into your R workflow.
At the moment acyRsa
is only available through GitHub usind devtools
.
devtools
# 1. In R install the package `devtools`. install.packages("devtools") # 2. Once `devtools` is installed, install `acyRsa` library(devtools) devtools::install_github("augustohassel/acyRsa")
Development of this software was driven by HasselPunk as part of an Open Source initiative.