filterTable: Filter a table

View source: R/Report.R

filterTableR Documentation

Filter a table

Description

Filter a table

Usage

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


StoXProject/RstoxBase documentation built on Jan. 22, 2025, 2:07 a.m.