View source: R/module_ggplot.R
ggplotServer | R Documentation |
Server components for the ggplot module.
ggplotServer(id, tomic, return_brushed_points = FALSE)
id |
An ID string that corresponds with the ID used to call the module's UI function. |
tomic |
Either a |
return_brushed_points |
Return values selected on the plot |
a tibble
of selected observations if
return_brushed_points
is TRUE. Otherwise, returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.