print_table_long: print a multiple page table

View source: R/print_table.R

print_table_longR Documentation

print a multiple page table

Description

print a multiple page table

Usage

print_table_long(
  table,
  doc_format = "live",
  font_size = 7,
  stripe_index = NULL,
  linesep = (if (.data$booktabs) c("", "", "", "", "\\addlinespace") else
    "\\hline")
)

Arguments

table

a dataframe.

doc_format

print format, might be live (for Rstudio), latex or html

font_size

font size, the default is 7, might need a smaller font to fit long rows

stripe_index

A numeric vector describing which rows should be shaded. default if every other row

linesep

A string vector describing spacing between rows

Value

strings to print the table


Adrian-Cantu/gt34 documentation built on March 24, 2022, 9:06 p.m.