knitr::opts_chunk$set(echo = TRUE)

Manual

The aim of this manual is to provide a guide for new users whom wants to use the R-implementation of AgAPI, the agronomic API for AGROFIMS and any agronomic database platform.

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)

AGAPI Client in R

expdetail_v002 <- AgExpDetails$new(serverURL = "https://research.cip.cgiar.org/agrofims/api/dev",
                                   version ="/002/r", endPoint= "/experiment/get.php")


AGROFIMS/ragapi documentation built on Nov. 23, 2020, 9:20 a.m.