Files
shiny/man/getCurrentContext.Rd
2012-07-04 14:11:35 -07:00

13 lines
320 B
R

\name{getCurrentContext}
\alias{getCurrentContext}
\title{Retrieves the current reactive context, or errors if there is no reactive
context active at the moment.}
\usage{
getCurrentContext()
}
\description{
Retrieves the current reactive context, or errors if
there is no reactive context active at the moment.
}