showReactGraph: Reactive log visualizer

Description Usage Arguments Note See Also Examples

View source: R/visualizer.R

Description

Launches the reactive log visualizer with extra features:

Usage

1
2

Arguments

graph

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

time

If TRUE, display the time for each reactive.

filter

Filter on a reactive observer or expression and its dependencies. Defaults to the current reactive context if present.

Note

Experimental. Current limitations include:

See Also

shiny::showReactLog()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# show the graph for most recent session
showReactGraph()

observe({
  # show the graph filtered on this observer and its dependencies
  showReactGraph()
})

## End(Not run)

glin/reactlog documentation built on May 29, 2019, 5:58 p.m.