datatable_enr: Create datatable in ENR style

Description Usage Arguments Examples

View source: R/datatable_enr.R

Description

Create datatable in ENR style

Usage

1
2
datatable_enr(data, options = list(), sorting = FALSE, desc_column = NULL,
  tooltip = "", ...)

Arguments

data

a data object

options

a list of initialization options. All things available in DT package.

sorting

binary parameter regarding soritng columns.

desc_column

describing variables in the table. Numerical argument, e.g. 1:3 treats first three columns as a descr. variables.

tooltip

tooltip which descibes content's table.

...

all DT::datatable parameters (exept options which you can define in options argument).

Examples

1
2
3
4
5
6
7
## Not run: 
datatable_enr(mtcars, 
        desc_column = 1:3,
        tooltip = "This is a description of table."
)

## End(Not run)

AMUFacultyOfEnglish/ENRanalytics documentation built on May 5, 2019, 11:36 a.m.