module_server_plot_selectable {datacleanr} | R Documentation |
Server Module: box for str filter condition
Description
Server Module: box for str filter condition
Usage
module_server_plot_selectable(
input,
output,
session,
selector_inputs,
df,
sel_points,
mapstyle
)
Arguments
input , output , session |
standard |
selector_inputs |
reactive, output from module_plot_selectorcontrols |
df |
reactive df |
sel_points |
reactive, provides .dcrkey of selected points |
mapstyle |
reactive, selected mapstyle from below-plot controls |
Details
provides plot, note, that data set needs a column .dcrkey, added in initial processing step
[Package datacleanr version 1.0.3 Index]