Description Usage Arguments Value Examples
This function generates multiple or
clauses by combining a partial clause with multiple
alternatives. For instance given the alternatives c("A", "B")
and the partial clause
?p, epitope/name
this function generates the or clause
or(
d(?p, epitope/name, "A"),
d(?p, epitope/name, "B")
)
1 | generate_or(alternatives, ...)
|
alternatives |
A character vector of alternatives |
... |
The partial clause |
Returns an or
expression suitable for inclusion in a query
1 2 3 | generate_or(
alternatives = c("A", "B"), ?p, epitope/name
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.