displayTable: function for displaying table

View source: R/displayTable.R

displayTableR 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)

HVT documentation built on April 3, 2025, 8:45 p.m.