concat: Concatenate dimensions search filters

View source: R/search.R

concatR Documentation

Concatenate dimensions search filters

Description

Concatenate dimensions search filters

Usage

concat(x, sep1 = c(" and ", " or "), sep2 = c(" and ", " or "))

or(x)

and(x)

includes(x, sep1 = c(" and ", " or "), sep2 = c(" and ", " or "))

Functions

  • or: Creates filter with ' or '.

  • and: Creates filter with ' and '.

  • includes: Creates filter with 'in [...]'.


tilltnet/rdimensions documentation built on Sept. 14, 2023, 7:02 p.m.