| orderly_search_options | R Documentation |
Options for controlling how packet searches are carried out, for
example via orderly_search() and orderly_run(). The details
here are never included in the metadata alongside the query (that
is, they're not part of the query even though they affect it).
(This function is deprecated, please see below.)
orderly_search_options(
location = NULL,
allow_remote = NULL,
pull_metadata = FALSE
)
location |
Optional vector of locations to pull from. We might in future expand this to allow wildcards or exceptions. |
allow_remote |
Logical, indicating if we should allow packets
to be found that are not currently unpacked (i.e., are known
only to a location that we have metadata from). If this is
|
pull_metadata |
Logical, indicating if we should pull
metadata immediately before the search. If |
DEPRECATED: orderly_search() and
orderly_run() now accept these arguments directly, which
is much easier to reason about and use. A deprecation warning
will be thrown by those functions if you pass options in.
An object of class orderly_search_options which should
not be modified after creation (but see note about fetch_metadata)
orderly_search_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.