Description Usage Arguments Details Value
Extract "Bid", "Ask", "Mid", "Trade", and "Change" columns
1 2 3 4 5 6 7 8 9 |
x |
a data object with columns containing data to be extracted |
symbol.name |
used only if the Mid column has to be calculated for creating the column name. |
These are similar to the quantmod functions
Op
, Hi
, Lo
,
Cl
, Ad
. They use grep to
locate the appropriate columns, and are case insensitive.
Mi
will calculate the Mid column if it does not
exist, but Bid and Ask columns do exist.
an xts object with the appropriately named column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.