Convert EikonResult to data.table
as.data.table.EikonResult.RdReturns only the data portion as a data.table, avoiding the
recycling warning that occurs when the data and error frames have
different row counts.
Arguments
- x
An
EikonResultobject.- ...
Passed to
data.table::as.data.table().