In manual testing I discovered that this symmetry is satisfied for the real NCI-ALMANAC LongTable object, but no the merckLongTable example data object.
Need to confirm that this is an issue with the example data object and not an issue with the coercion methods.
Also noticed that:
- metadata needs to be added to
data.table, or metadataMap has to set to empty in as(LongTable, 'data.table')
- need to delete the
longTableDataMapper attribute from a data.table during coercion back to LongTable or it ends up as an attribute of every data.table slot in the LongTable
In manual testing I discovered that this symmetry is satisfied for the real NCI-ALMANAC
LongTableobject, but no themerckLongTableexample data object.Need to confirm that this is an issue with the example data object and not an issue with the coercion methods.
Also noticed that:
data.table, ormetadataMaphas to set to empty inas(LongTable, 'data.table')longTableDataMapperattribute from adata.tableduring coercion back toLongTableor it ends up as an attribute of everydata.tableslot in theLongTable