removeChart | R Documentation |
Removes an existing chart. Changes will be applied to all currently opened and future pages.
This function is a wrapper around method removeChart
of
class LCApp
.
removeChart(chartId)
chartId |
A vector of IDs of the charts to be removed. |
## Not run: lc_scatter(dat(x = 1:10, y = 1:10 * 2), chartId = "scatter")
removeChart("scatter")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.