| orderly_interactive_set_search_options | R Documentation |
Set search options for interactive use of orderly; see
orderly_dependency() and orderly_run() for
details. This applies only for the current session, but applies to
all interactive uses of orderly functions that might have received
a copy of the search options (location, allow_remote and
fetch_metadata) via orderly_run(). Calling with no
arguments resets to the defaults.
orderly_interactive_set_search_options(
location = NULL,
allow_remote = NULL,
fetch_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
|
fetch_metadata |
Logical, indicating if we should pull
metadata immediately before the search. If |
Nothing, called for its side effects
# enable fetching packets from remote locations in this session
orderly_interactive_set_search_options(allow_remote = TRUE)
# ... your interactive session
# reset to defaults
orderly_interactive_set_search_options()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.