Learn R Programming

crunch (version 1.9.4)

with-context-manager: Context manager's "with" method

Description

Context manager's "with" method

Usage

## S3 method for class 'contextManager':
with(data, expr, ...)

Arguments

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.

Value

  • Nothing.

See Also

ContextManager