intrCallMap: A multi-request wrapper around intrCall

Description Usage Arguments

Description

Use if needed to load data that requires multiple requests, such as data for multiple securities. Each request can be multipage

Usage

1
2
intrCallMap(endpoint, pageSize = "auto", idCols = TRUE, ...,
  MoreArgs = NULL)

Arguments

endpoint

Name of an endpoint, such as 'companies', 'securities', 'indices', 'owners' or 'stock_exchanges'. See API documentation. May have a composite name, e.g. 'fundamentals/standardized'

pageSize

Page size for results. If set to 'auto' will use the largest size allowed for the endpoint. See Paging Limits or intrOptions()$maxPageSize

idCols

A single-element logical. If TRUE, will add a vectors from (...) to the resulting data. FALSE is typically needed when the data loaded already contains ID columns

...

Arguments to iterate over similar to how mapply does it. Must be vectors of the same length with names corresponding to Intrinio API queries

MoreArgs

A named list of other constant queries to pass to intrCall. Elements of MoreArgs must be vectors of length 1


ksavin/intrinio documentation built on May 20, 2019, 7:03 p.m.