File: maintain_selection.Rd

package info (click to toggle)
r-cran-crosstalk 1.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 360 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 536 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ggplot2.R
\name{maintain_selection}
\alias{maintain_selection}
\title{Synchronize Shiny brush selection with shared data}
\usage{
maintain_selection(sharedData, brushId, ownerId = "")
}
\arguments{
\item{sharedData}{The shared data instance}

\item{brushId}{Character vector indicating the name of the \code{plotOutput}
brush}

\item{ownerId}{(TBD)}
}
\description{
Waits for a brush to change, and propagates that change to the
\code{sharedData} object.
}