dt2: A swapped function of DT::datatable to show data frame in...

Description Usage Arguments Value Author(s) Examples

View source: R/datatable2.R

Description

A swapped function of DT::datatable to show data frame in Viewer

Usage

1
dt2(data, pageLength = NULL, filter = "none")

Arguments

data

a data frame

pageLength

the length of page

filter

a logical value to show the filter option

Value

a table showed in Viewer

Author(s)

Zhonghui Gai

Examples

1
2
3
iris  |> dt2()
groutable(data = iris, variable = 5)  |> extract_groutable ()  |> ying_dt()
groutable(data = iris, variable = 5)  |> extract_groutable ()  |> dt2()

ZhonghuiGai/groutable documentation built on Jan. 1, 2022, 9:12 p.m.