aggre objects; see
as.aggre and aggre.## S3 method for class 'aggre':
print(x, subset = NULL, ...)aggre objectsubset = sex == "male"print.data.table; try e.g.
top = 2 for numbers of rows in head and tail printed
if the table is large,
nrow = 100 for number of rows to print, etc.