Learn R Programming

GerminaR (version 1.4.2)

web_table: HTML tables for markdown documents

Description

Export tables with download, pasta and copy buttons

Usage

web_table(data, caption = NULL, digits = 3, rnames = FALSE, buttons = NULL)

Arguments

data

dataset

caption

Title for the table

digits

digits number in the table exported

rnames

row names

buttons

"excel", "copy" or "none". Default c("excel", "copy")

Value

table in markdown format for html documents