addFilter: Add an ActivityInfo API style filter

View source: R/records.R

addFilterR Documentation

Add an ActivityInfo API style filter

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

x

the remote records object fetched with getRecords.

formulaFilter

a character string with the formula.


bedatadriven/activityinfo-R documentation built on Dec. 21, 2024, 8:23 a.m.