pause: Pause (cache) events.

View source: R/events.r

pauseR Documentation

Pause (cache) events.

Description

When a mutaframe is paused, it accumulates events without passing them on. When unpaused, it accumulates all events into a single event and passes it on.

Usage

  pause(mf)

Arguments

mf

mutaframe

Details

This is a performance optimisation for when you expect many changes: pause the mutaframe, perform all the changes and then unpause.


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

Related to pause in plumbr...