following_cursor | R Documentation |
Iterative queries will be issued to fetch all section pages as indicated by
<section>.cursor
; the cursor section itself will be removed from the
response.
following_cursor(query_iss_fn)
query_iss_fn |
A function object corresponding to query_iss. |
Decorated query_iss_fn
.
## Not run:
following_cursor(query_iss)(
'history/engines/stock/markets/shares/securities/MOEX',
params = list(
from = '2021-09-01',
till = '2021-12-31',
start = 10
)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.