| concat | R Documentation |
Concatenate dimensions search filters
concat(x, sep1 = c(" and ", " or "), sep2 = c(" and ", " or "))
or(x)
and(x)
includes(x, sep1 = c(" and ", " or "), sep2 = c(" and ", " or "))
or: Creates filter with ' or '.
and: Creates filter with ' and '.
includes: Creates filter with 'in [...]'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.