etoolbox_view: Add toolbox data view

Description Usage Arguments Examples

View source: R/toolbox.R

Description

Enables viewing data table.

Usage

1
2
etoolbox_view(p, show = TRUE, title = "View", readOnly = FALSE,
  lang = list("Data View", "close", "refresh"), ...)

Arguments

p

an echart object.

show

whether to show data view.

title

button title.

readOnly

set as read-only.

lang

default text.

...

any other parameters to pass to data view.

Examples

1
2
3
4
5
mtcars %>%
  echart(qsec) %>%
  ebar(mpg) %>%
  etoolbox() %>%
  etoolbox_view()

JohnCoene/echarts documentation built on May 22, 2021, 6:18 p.m.