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 July 14, 2024, 9:39 a.m.