maintain_selection: Synchronize Shiny brush selection with shared data

View source: R/ggplot2.R

maintain_selectionR Documentation

Synchronize Shiny brush selection with shared data

Description

Waits for a brush to change, and propagates that change to the sharedData object.

Usage

maintain_selection(sharedData, brushId, ownerId = "")

Arguments

sharedData

The shared data instance

brushId

Character vector indicating the name of the plotOutput brush

ownerId

(TBD)


crosstalk documentation built on Nov. 23, 2023, 9:09 a.m.