ragapi R client library for the Agronomy API behind AGROFIMS Prerequisites Before using any functionality, we should install and load ragapi library. install.packages("devtools") library(devtools) Installation of the API package devtools::install_github("AGROFIMS/ragapi") Using the package library(ragapi)