Update currently specified or built model with most recent data.
Usage
getModelData(x, na.rm = TRUE)
Arguments
x
An object of class quantmod
na.rm
Boolean. Remove NA values. Defaults to TRUE
Value
Returns object of class quantmod.OHLC
Details
Primarily used within specify model calls,
getModelData is used to retrieve the appropriate underlying variables,
and apply model specified transformations automatically.
It can be used to also update a current model in memory with the most recent data.