combine_data_events {plumbr} | R Documentation |
Combine list of events into single event.
Description
If any event is a shape_changed
event, return it.
Otherwise, take the unique elements of the union of all
element changes.
Usage
combine_data_events(events)
Arguments
events |
a list of event parameters |
Value
a unified event
[Package plumbr version 0.6.10 Index]