displayTable {HVT} | R Documentation |
function for displaying table
Description
This is the main function for displaying data in table format
Usage
displayTable(data, scroll = TRUE, limit = 20)
Arguments
data |
Data frame. The dataframe to be displayed in table format. |
scroll |
Logical. A value to have a scroll or not in the table. Default is TRUE. |
limit |
Numeric. A value to indicate how many rows to display. Default is 20. |
Value
A table with proper formatting for html notebook
Author(s)
Vishwavani <vishwavani@mu-sigma.com>
Examples
data <- datasets::EuStockMarkets
dataset <- as.data.frame(data)
displayTable(dataset)
[Package HVT version 25.2.5 Index]