expression_recorder: Records expressions evaluated in the console. The expression...

View source: R/recorders.R

expression_recorderR Documentation

Records expressions evaluated in the console. The expression recorder is called when a top-level call is made. For instance, when assigning a variable. The call and contents of plot devices written out to the Grapho directory and log file set in the environment variables GRAPHO_LOG_FILE and GRAPHO_FOLDER.

Description

Records expressions evaluated in the console. The expression recorder is called when a top-level call is made. For instance, when assigning a variable. The call and contents of plot devices written out to the Grapho directory and log file set in the environment variables GRAPHO_LOG_FILE and GRAPHO_FOLDER.

Usage

expression_recorder(top_level_expr, value, ok, visible)

Arguments

top_level_expr

Top level expressions sent to the R console

value

List of arguments passed in top level expression

ok

Boolean indicating if call is ok

visible

Boolean indicating if visible


WarwickCIM/grapho documentation built on Nov. 14, 2022, 9:27 a.m.