TDIDriver | R Documentation |
Generic and abstract R6 class for all TDI drivers (e.g., Yahoo, IEX, etc). Inherit from this class to implement the API specific driver.
The abstract class 'TDIDriver' is the generic class for API specific driver(s). Each API has a driver sub-class of 'TDIDriver' class to initiate the API.
TDI::baseTDI
-> TDIDriver
new()
Initialize driver object and validate the sub-class implementation.
TDIDriver$new()
An object of class 'TDIDriver'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.