get_agrofims_designnut: Get nutrient information about factors in experimental...

Description Usage Arguments Examples

View source: R/fertilizer_design_factor.R

Description

Get nutrient information about factors in experimental designs

Usage

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"
)

Arguments

expsiteId

experiment-site Id or expsiteId

format

character type of data structure. By default data.frame.

serverURL

database server URL

version

api version

Examples

1
2
3
4
5
6
## Not run: 
library(ragapi)
library(ragrofims)
out <- get_agrofims_designnut(25, "data.frame")

## End(Not run)

AGROFIMS/ragrofims documentation built on Jan. 23, 2021, 8:40 a.m.