Chapter 4 Deploying
from the console:
ggedit(p)
from the addin toolbar: highlight script of a plot object on the source editor window of RStudio and run from toolbar.
Shiny: use the Shiny module syntax to call the ggEdit UI elements.
- server:
callModule(ggEdit,'pUI',obj=reactive(p))
- ui:
ggEditUI('pUI')
- server: