datatableWrapper: datatableWrapper

Description Usage Arguments

View source: R/aux_other.R

Description

Wrapper for datatable.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
datatableWrapper(
  data,
  format = "standard",
  triangle = FALSE,
  selection = "none",
  extensions = c("Buttons"),
  buttons = FALSE,
  buttonsOptions = list("copy", "print", "csv", "excel", "pdf"),
  ...
)

Arguments

data

a dataframe or matrix.

format

(optionnal) Describe the data should be formated in the client borwser. Should be one of 'default', 'thousands', 'percent'.

...

additionnal options passed to the datatable function.


MehdiChelh/triangle.tlbx documentation built on May 18, 2020, 3:14 a.m.