View source: R/drilldown_histogram_server.R
drilldown_histogram_server | R Documentation |
Drilldown Histogram Server
drilldown_histogram_server(
id,
plot_data,
eventdata,
eventdata_group_column = shiny::reactive("x"),
eventdata_dataset_column = shiny::reactive("key"),
...
)
id |
Module ID |
plot_data |
A shiny::reactive that returns a dataframe with columns "group_display", "dataset_display", "feature_value" |
eventdata |
A shiny::reactive that returns a dataframe |
eventdata_group_column |
A shiny::reactive that returns the name of a column in eventdata |
eventdata_dataset_column |
A shiny::reactive that returns the name of a column in eventdata |
... |
arguments sent to plotly_histogram |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.