powered by
This is the main function for displaying data in table format
displayTable(data, scroll = TRUE, limit = 20)
A table with proper formatting for html notebook
Data frame. The dataframe to be displayed in table format.
Logical. A value to have a scroll or not in the table. Default is TRUE.
Numeric. A value to indicate how many rows to display. Default is 20.
Vishwavani <vishwavani@mu-sigma.com>
data <- datasets::EuStockMarkets dataset <- as.data.frame(data) displayTable(dataset)
Run the code above in your browser using DataLab