brapi_get_call | R Documentation |
This function created for *internal use only* to cal BrAPI in GET method and retrieve the rough response data and send back the results. This function take care of pagination, authentication, encoding, compress, decode JSON response, etc.
brapi_get_call(call_url, nested = TRUE)
call_url |
BrAPI URL to call in GET method |
nested |
If FALSE, then retrieved JSON data will be flatten (default is TRUE) |
result object returned by JSON API response
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.