README.md

TopicLongTable

Codecov test coverage CRAN status R-CMD-check

The goal of TopicLongTable is to enable generating tables which automatically group values together in row-spanning cells including awareness of new pages.

Installation

You can install the released version of TopicLongTable from CRAN with:

install.packages("TopicLongTable")

Example

This is a basic example which shows you how to generate a first table:

library(TopicLongTable)
TopicLongTable::topic_long_table(
  data.frame(A=1, B=rep(1:3, each=2), C=1:6),
  topic_cols=2,
  caption_args=list(text="This is a first table")
)


billdenney/TopicLongTableR documentation built on Aug. 27, 2023, 10:16 p.m.