View source: R/module_gguniv.R
ggUnivServer | R Documentation |
Server components for the ggUnivariate module
ggUnivServer(id, tomic, plot_table, return_brushed_points = FALSE)
id |
An ID string that corresponds with the ID used to call the module's UI function. |
tomic |
Either a |
plot_table |
table containing the data to be plotted |
return_brushed_points |
Return values selected on the plot |
a tomic_table if return_brushed_points is TRUE, and 0 otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.