R/Report.R
filterTable.Rd
Filter a table
filterTable(table, filter = character())
The data.table to filter.
A string with an R expression to filter out unwanted rows of the report, e.g. "IndividualAge %notin% NA" or "Survey %notin% NA & SpeciesCategory %notin% NA".