knitr::opts_chunk$set(echo = TRUE)
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.
Before using any functionality, we should install and load ragapi
library.
install.packages("devtools") library(devtools)
devtools::install_github("AGROFIMS/ragapi")
library(ragapi)
expdetail_v002 <- AgExpDetails$new(serverURL = "https://research.cip.cgiar.org/agrofims/api/dev", version ="/002/r", endPoint= "/experiment/get.php")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.