Unclutter epi_archive
's print
method + add preview of DT
#341
Milestone
epi_archive
's print
method + add preview of DT
#341
Pretty commonly, we'll print an
epi_archive
x
, see a lot but not very useful, then printx$DT
to get a better idea what things look like. We should rebalance theprint
output to include theDT
, exclude any redundant information, and move some other information into asummary
method. Then we might be able to makeDT
a private field without much issue, and avoid some worries about aliasing and mutation andkey
invalidation.The text was updated successfully, but these errors were encountered: