Custom Points Module
customPointsServer.Rd
This module provides the UI that allows to add, style and remove custom points, and returns the config list for the custom points.
Backend for custom points module
Arguments
- id
namespace id
- title
(character) module title
- titleTag
(character) HTML tag to put around the title, e.g. "h4" for
h4
fromhtmltools
- plot_type
(character) Type of the plot to add points to, one of "ggplot", "base".
- custom_points
(reactiveVal) optional custom_points from parent module, this enables to change custom_points outside of the module