mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-31 01:38:34 -05:00
17 lines
309 B
R
17 lines
309 B
R
\name{is.reactivevalues}
|
|
\alias{is.reactivevalues}
|
|
\title{Checks whether an object is a reactivevalues object}
|
|
\usage{
|
|
is.reactivevalues(x)
|
|
}
|
|
\arguments{
|
|
\item{x}{The object to test.}
|
|
}
|
|
\description{
|
|
Checks whether its argument is a reactivevalues object.
|
|
}
|
|
\seealso{
|
|
\code{\link{reactiveValues}}.
|
|
}
|
|
|