with-context-manager | R Documentation |
Context manager's "with" method
## S3 method for class 'contextManager'
with(data, expr, ...)
data |
|
expr |
code to evaluate within that context |
... |
additional arguments. One additional supported argument is "as", which lets you assign the return of your "enter" function to an object you can access. |
Nothing.
ContextManager
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.