Run the interactiveforestplot application.

run_interactiveforestplot(data = NULL)

Arguments

data

optional data to load when the app is launched

Examples

if (interactive()) {
  run_interactiveforestplot()
}