data_table_formatter {dataCompare} | R Documentation |
Datatable formatter, to print on the screen
Description
Datatable formatter, to print on the screen
Usage
data_table_formatter(df, n_page = 5)
Arguments
df |
dataframe to format |
n_page |
number of rows to display per page |
Value
An object of class "htmlwidget" containing a formated data.frame to print on app UI
Examples
data_table_formatter(iris, 10)
[Package dataCompare version 1.0.0 Index]