- ...
See ?dplyr::filter. Expressions that return a logical value, and are defined in terms of the variables in returned data. If multiple expressions are included, they are combined with the & operator. Only rows for which all conditions evaluate to TRUE are kept.
- token
Character. API access token.
- version
Character. Version of the PSOC dataset. Default is NULL. If NULL, the latest version is used.
- level
Character. Classification level such as "all", "major", "sub-major", "minor", and "unit".
- harmonize
Logical. If TRUE, formats and standardizes the returned data. Default is TRUE.
- minimal
Logical. If TRUE, returns a simplified dataset. Default is TRUE.
- cols
Optional. Character vector of additional columns to include when minimal = FALSE.