Learn R Programming

dataCompare (version 1.0.5)

data_table_formatter: Datatable formatter, to print on the screen

Description

Datatable formatter, to print on the screen

Usage

data_table_formatter(df, n_page = 5)

Value

An object of class "htmlwidget" containing a formated data.frame to print on app UI

Arguments

df

dataframe to format

n_page

number of rows to display per page

Examples

Run this code
data_table_formatter(iris, 10)

Run the code above in your browser using DataLab