Use if needed to load data that requires multiple requests, such as data for multiple securities. Each request can be multipage
| 1 2 | intrCallMap(endpoint, pageSize = "auto", idCols = TRUE, ...,
  MoreArgs = NULL)
 | 
| endpoint | Name of an endpoint, such as 'companies', 'securities', 'indices', 'owners' or 'stock_exchanges'.
See API documentation. May have a composite name, e.g.  | 
| pageSize | Page size for results. If set to  | 
| 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  | 
| MoreArgs | A named list of other constant queries to pass to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.