displayTable | R Documentation |
This is the main function for displaying data in table format
displayTable(data, scroll = TRUE, limit = 20)
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. |
A table with proper formatting for html notebook
Vishwavani <vishwavani@mu-sigma.com>
data <- datasets::EuStockMarkets
dataset <- as.data.frame(data)
displayTable(dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.