module_server_histograms {datacleanr} | R Documentation |
Server Module: dynamic histogram output for n vars str filter condition
Description
Server Module: dynamic histogram output for n vars str filter condition
Usage
module_server_histograms(
input,
output,
session,
dframe,
selector_inputs,
sel_points
)
Arguments
input , output , session |
standard |
dframe |
df |
selector_inputs |
reactive vals from above-plot controls, |
sel_points |
reactive, provides .dcrkey of selected points |
Details
provides UI buttons for deleting last / entire outlier selection
Value
reactive values with input xvar, yvar and actionbutton counter
[Package datacleanr version 1.0.3 Index]