mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-13 17:08:05 -05:00
19 lines
391 B
R
19 lines
391 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/reactives.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}}.
|
|
}
|
|
|