Description Usage Arguments Examples
View source: R/fertilizer_design_factor.R
Get nutrient information about factors in experimental designs
1 2 3 4 5 6 | get_agrofims_designnut(
expsiteId = NULL,
format = "data.frame",
serverURL = "https://research.cip.cgiar.org/agrofims/api/dev",
version = "/0291/r"
)
|
expsiteId |
experiment-site Id or expsiteId |
format |
character type of data structure. By default |
serverURL |
database server URL |
version |
api version |
1 2 3 4 5 6 | ## Not run:
library(ragapi)
library(ragrofims)
out <- get_agrofims_designnut(25, "data.frame")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.