produce_datatable: Title

Description Usage Arguments

View source: R/visualisation.R

Description

Title

Usage

1
2
3
4
produce_datatable(DT, cols_colour = NULL, cols_hidden = c(),
  cols_bold = c(), page_length = 100, row_call_back = NULL,
  footer_call_back = NULL, filter = list(position = "top", clear = T, plain
  = F), ...)

Arguments

DT

data.table; table to show

cols_colour

vector of characters; cols to colour

cols_hidden

vector of characters; columns to hide

cols_bold

vector of characters; cols to bold

page_length

integer; how many rows to show

row_call_back

character; js to pass to datatable

footer_call_back

character; js to pass to datatable

filter

character; where to place filter

...

other arguments passed to datatable fun


adambondarzewskiITF/utilitiesAdamExample documentation built on May 7, 2019, 7:44 a.m.