Server side function that "collects" points for editing when in click ibi selection mode
1 2 3 4 5 6 7 | click_point_selection(
input,
click_id,
dbl_click_id,
valid_status = "click",
status_var = reactive({ TEMP_GRAPHICS_SETTINGS[["select_mode"]] })
)
|
input |
shiny internal |
click_id |
the click id used to perform point selection in the "main" editing plot on a given panel |
dbl_click_id |
the double click id used to perform point selection in the "main" editing plot on a given panel. This action is used to reset or "de-select" any points that were previously highlighted by the user. |
valid_status |
defaults to "click" - the other option is "drag" in terms of point selection |
status_var |
the reactiveValues that "track" whether the select_mode status is "drag" or "click" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.