removeChart: Remove chart from the page

Description Usage Arguments Examples

View source: R/lc.R

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

1
removeChart(chartId)

Arguments

chartId

A vector of IDs of the charts to be removed.

Examples

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

rlc documentation built on Jan. 5, 2022, 1:11 a.m.