Select data to be used and map variables to aesthetics to produce a chart, customise common elements and get code to reproduce the chart.
Arguments
- data
a data.frame, you can pass a data.frame explicitly to the function, or choose one in global environment after loading.
- controls
Controls menu to be displayed. Use
NULL
to hide all menus.- viewer
Where to display the gadget: "dialog", "pane" or "browser" (see
shiny::viewer()
).