Get a reactive context node

getContextNode(x = getCurrentContext(), graph = getReactGraph(),
  invalidated = FALSE)

Arguments

x

A reactive context, expression, observer. Defaults to the current reactive context.

graph

A reactive graph. Defaults to the reactive graph for the current Shiny session.

invalidated

If TRUE, get the last invalidated context.

Value

A reactive context node.

See also

Other graph queries: getValueNode