| orderly_query | R Documentation |
Construct an outpack query, typically then passed through to
orderly_search()
orderly_query(expr, name = NULL, scope = NULL, subquery = NULL)
expr |
The query expression. A |
name |
Optionally, the name of the packet to scope the query on. This
will be intersected with |
scope |
Optionally, a scope query to limit the packets
searched by |
subquery |
Optionally, named list of subqueries which can be
referenced by name from the |
An orderly_query object, which should not be modified,
but which can be passed to orderly_search()
vignette("dependencies") and vignette("query"), which
discuss relationships between dependencies and the query DSL in
more detail.
orderly_query(quote(latest(name == "data")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.