Learn R Programming

moexer (version 0.3.0)

following_cursor: A Decorator for Following Response Cursor

Description

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.

Usage

following_cursor(query_iss_fn)

Value

Decorated query_iss_fn.

Arguments

query_iss_fn

A function object corresponding to query_iss.

Examples

Run this code
if (FALSE) {
following_cursor(query_iss)(
    'history/engines/stock/markets/shares/securities/MOEX',
    params = list(
        from = '2021-09-01',
        till = '2021-12-31',
        start = 10
    )
)
}

Run the code above in your browser using DataLab