File: maintain_selection.Rd

package info (click to toggle)
r-cran-crosstalk 1.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: javascript: 1,697; sh: 15; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% 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.
}