repeatCall: Repeat a call to FredR API function until all data is...

Description Usage Arguments Value Author(s)

View source: R/repeatCall.R

Description

Repeat a call to FredR API function until all data is downloaded

Usage

1
repeatCall(f = NULL, ..., limit = 1000, offset = 0)

Arguments

f

one of the functions in the 'FredR' object that one wants to call repeatedly

...

additional parameters to FredR API function call

limit

number of units to be returned in a single call to the API

offset

offset

Value

data.table with the resulting dataset

Author(s)

Janko Cizel


jcizel/FredR documentation built on May 18, 2019, 10:24 p.m.