mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 02:34:57 -05:00
18 lines
356 B
R
18 lines
356 B
R
% Generated by roxygen2 (4.0.0): do not edit by hand
|
|
\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}}.
|
|
}
|
|
|