addFilter

Description

This adds a filter to an ActivityInfo remote records object. Usually one would use the dplyr::filter verb instead. The dplyr::filter verb attempts to translate R expressions into ActivityInfo style filters.

But if dplyr::filter is not successful, it can be useful to add this filter formula using addFilter()

Usage

addFilter(x, formulaFilter)

Arguments

Argument Description
x the remote records object fetched with getRecords .
formulaFilter a character string with the formula.
Next item
addForm