Filter the frames in Plinko board. Useful for testing animations without needing to render the full animation.

filter_frames(board, ...)

Arguments

board

A plinko_board() object

...

A filtering expression (like one passed to filter()) that uses columns of frames(board) to select the frames to keep.