filterTable | R Documentation |
Filter a table
filterTable(table, filter = character())
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". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.