console_callback: Specify a console callback

Description Usage Examples

View source: R/fig_callback.R

Description

This registers a callback that simply prints the callback objects in the javascript console of your web browser. A probalby more useful callback is the debug_callback which will place you inside a debugger in your web browser allowing you to inspect the callback objects.

Usage

1

Examples

1
2
3
4
figure() %>%
  ly_points(1:10) %>%
  x_range(callback = console_callback()) %>%
  y_range(callback = console_callback())

rbokeh documentation built on Aug. 4, 2021, 1:06 a.m.