Description Usage Arguments Value
Given an STA call, response document, and parsing function, will detect the total entity count and default $skip value. It will use these values to iterate through the paginated response document, and collate together the resulting responses according to the passed function
1 | sta_iterate(call, response, fun)
|
call |
character URL of STA call. |
fun |
any function that parses STA responses
into R data structures that can be row-binded.
An example is |
resonse |
json document corresponding to the
|
a collation of objects created by fun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.