removeChart: Remove chart from the page

View source: R/lc.R

removeChartR Documentation

Remove chart from the page

Description

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.

Usage

removeChart(chartId)

Arguments

chartId

A vector of IDs of the charts to be removed.

Examples

## Not run: lc_scatter(dat(x = 1:10, y = 1:10 * 2), chartId = "scatter")
removeChart("scatter")
## End(Not run)


rlc documentation built on May 29, 2024, 6:04 a.m.