value.fmt_exec_scope {dyn.log} | R Documentation |
Value
Description
Generic override for getting the value of an execution scope variable.
Usage
## S3 method for class 'fmt_exec_scope'
value(obj, env_context, ...)
Arguments
obj |
object to extract value from. |
env_context |
class scope to evaluate with. |
... |
further arguments passed to or from other methods. |
Value
object's value
[Package dyn.log version 0.4.0 Index]