A method for the generic function "with" to be used with context objects.

# S3 method for Context
with(data, expr, enclos = parent.frame(), ...)

Arguments

data

A Context object

expr

An expression (or a set of expression wrapped in curly braces).

enclos

An enclosing environment.

...

Other arguments, ignored.