Trim rows from a populated table without regard for table structure
trim_rows(tt, criteria = all_zero_or_na)
TableTree (or related class). A TableTree object representing a populated table.
function. Function which takes a TableRow object and returns TRUE
if that row should be removed. Defaults to all_zero_or_na
The table with rows that have only NA or 0 cell values removed