addCallCountsCallback: Add Call Counts Callback

Description Usage Arguments Details Value

View source: R/repl_control.R

Description

This is the main callback. It can get called on any expression. If you call it, it will modify the your state.

Usage

1
addCallCountsCallback(expr, value, status, visible, data)

Arguments

expr

an expression

value

result of the expression evaluation

status

logical indicating success or not

visible

was the output printed

data

data object that is accessible to the callback ( passed in from addTaskCallback)

Details

This follows the standard API of any R callback ( @see addTaskHandlers)

Value

I guess this indicates if the callback succeeded?


djacobs7/remembr documentation built on June 17, 2020, 3:35 p.m.