Write tests to ensure LongTable
-> data.table
-> LongTable
is symmetric (i.e., doesn't lose data)
#128
Labels
LongTable
-> data.table
-> LongTable
is symmetric (i.e., doesn't lose data)
#128
In manual testing I discovered that this symmetry is satisfied for the real NCI-ALMANAC
LongTable
object, but no themerckLongTable
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:
data.table
, ormetadataMap
has to set to empty inas(LongTable, 'data.table')
longTableDataMapper
attribute from adata.table
during coercion back toLongTable
or it ends up as an attribute of everydata.table
slot in theLongTable
The text was updated successfully, but these errors were encountered: