mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 09:18:33 -05:00
13 lines
320 B
R
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.
|
|
}
|
|
|