Filter a table

filterTable(table, filter = character())

Arguments

table

The data.table to filter.

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".