Skip to contents

Context manager's `as` function

Usage

context %as% variables

Arguments

context

ContextManager S3 class or a character string.

variables

Variable name to use within the context or a variable name in which to store the `context` if it is not a ContextManager S3 class.

Value

ContextAs S3 object with elements `context` and `variable`.