expression_recorder | R 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.
expression_recorder(top_level_expr, value, ok, visible)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.