Mostly used internally by quantmod, they can be useful
for checking whether an object
can be used in OHLC requiring functions like Op
,
OpCl
, etc.Columns names must contain the full description of data,
that is, Open, High, Low, Close, Volume or Adjusted. Abbreviations
will return FALSE
(or NA
when which=TRUE). See
quantmod.OHLC
for details of quantmod
naming conventions.
is.OHLC
(and is.HLC, similarly) will only return TRUE is there are columns
for Open, High, Low and Close. Additional columns will not affect
the value.