Description Usage Arguments Author(s) Examples
View source: R/method_wrappers.r
wrapper function for objetc$ag_get_expsite_studyId method from AgProjEntity objects.
1 2 3 4 5 6 7  | 
studyDbId | 
 character agronomic study identifier 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   | 
... | 
 additional parameters  | 
Omar Benites
1 2 3 4 5 6 7 8 9  | ## Not run: 
#Get experiment site information
 by studyId (agronomic study ID)
out <- ag_get_expsite_studyId(studyDbId = 6, 
                                 format = "data.frame",
                                 serverURL = "https://research.cip.cgiar.org/agrofims/api/dev", 
                                 version ="/0233/r")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.