File: event_unregister.Rd

package info (click to toggle)
r-cran-plotly 4.10.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,636 kB
  • sloc: javascript: 195,272; sh: 24; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny.R
\name{event_unregister}
\alias{event_unregister}
\title{Un-register a shiny input value}
\usage{
event_unregister(p, event = NULL)
}
\arguments{
\item{p}{a plotly object.}

\item{event}{The type of plotly event. All supported events are listed in the
function signature above (i.e., the usage section).}
}
\description{
Un-register a shiny input value
}
\seealso{
\link{event_data}
}
\author{
Carson Sievert
}