with_ironseed | R Documentation |
with_ironseed()
runs code with a specific ironseed and restores global
state afterwards. local_ironseed()
restores global state when the current
evaluation state ends.
with_ironseed(seeds, code, quiet = FALSE)
local_ironseed(seeds, ..., quiet = FALSE, .local_envir = parent.frame())
with_ironseed_stream(func, code)
local_ironseed_stream(func, .local_envir = parent.frame())
seeds |
An object or list of objects suitable for constructing an ironseed. |
code |
Code to execute in the temporary environment. |
quiet |
a logical indicating whether to silence messages. |
... |
Additional objects. |
.local_envir |
The environment to use for scoping. |
func |
A stream function returned by |
with_ironseed()
returns the results of the evaluation of the code
argument. local_ironseed()
returns the constructed ironseed.
ironseed ironseed_stream
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.