class_scope {dyn.log} | R Documentation |
Calling Class Scope
Description
Gets the exposed public field scope of a R6 class. Used for evaluating cls field execution scopes.
Usage
class_scope(cls)
Arguments
cls |
R6 class to export. |
Value
system context for evaluating fmt_metric
objects.
See Also
Other Context:
exec_context()
,
format_fn_call()
,
get_call_stack()
,
get_r_version()
,
get_system_info()
,
sys_context()
[Package dyn.log version 0.4.0 Index]