webTable: Web table

View source: R/webTable.R

webTableR Documentation

Web table

Description

Web table in HTML format

Usage

webTable(
  data,
  caption = NULL,
  digits = 3,
  rnames = FALSE,
  buttons = NULL,
  file_name = NULL,
  scrolly = NULL
)

Arguments

data

Data set.

caption

Title for the table.

digits

Digits number in the table exported.

rnames

Row names.

buttons

Buttons ⁠[character: excel, copy, none]⁠.

file_name

Excel file name.

scrolly

Windows height to show the table.


GerminaR documentation built on Nov. 5, 2025, 6:25 p.m.