brapi_post_search_call | R Documentation |
This function is used internally to execute POST calls to BrAPI endpoints and retrieve the results while handling pagination and long-running tasks.
brapi_post_search_call(call_url, call_body, nested = TRUE)
call_url |
BrAPI URL for the POST request. |
call_body |
The request body to send with the POST request. |
nested |
Logical indicating whether to flatten the nested structure. Default is TRUE. |
A list of results obtained from the BrAPI POST call.
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.