addFilter | R Documentation |
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()
addFilter(x, formulaFilter)
x |
the remote records object fetched with getRecords. |
formulaFilter |
a character string with the formula. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.