add_listener: Plumbr events

View source: R/events.r

add_listenerR Documentation

Plumbr events

Description

Plumbr data structures send only single event for data changes: data_changed. This has a two arguments, i and j. Either both are NULL, indicating a change in the shape of the underlying data, or they give the the locations of changed data values.

Usage

  add_listener(mf, callback)

Arguments

mf

muta frame

callback

function with arguments i and j


plumbr documentation built on May 7, 2022, 1:05 a.m.

Related to add_listener in plumbr...