Description Usage Arguments Examples
This registers a callback that simply places you inside a debugger in your web browser allowing you to inspect the callback objects.
1 | debug_callback(lnames = NULL, args = NULL)
|
lnames |
vector of layer names to be made available inside the callback in addition to the default callback objects (see |
args |
named list of additional references to objects to be addressable in the callback |
1 2 3 | figure() %>%
ly_points(1:10, lname = "points") %>%
tool_tap(debug_callback("points"), "points")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.