Description Usage Arguments Examples
View source: R/expdesign_data.R
Get experimental design from AgroFIMS via Agronomic API
1 2 3 4 5 6 | get_experimental_design(
expsiteId = NULL,
format = c("json", "list", "data.frame"),
serverURL = "https://research.cip.cgiar.org/agrofims/api/dev",
version = "/0291/r"
)
|
expsiteId |
character experiment site ID from AgroFIMS database |
format |
data format: json, list and data.frame |
serverURL |
URL of the agrofims server |
version |
version of the call. By default version |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.