make_col_df: Column Layout Summary

View source: R/tt_paginate.R

make_col_dfR Documentation

Column Layout Summary

Description

Generate a structural summary of the columns of an rtables table and return it as a data.frame.

Usage

make_col_df(tt, colwidths = NULL, visible_only = TRUE)

Arguments

tt

ANY. Object representing the table-like object to be summarized.

colwidths

numeric. Internal detail do not set manually.

visible_only

logical(1). Should only visible aspects of the table structure be reflected in this summary. Defaults to TRUE. May not be supported by all methods.

Details

Used for Pagination


rtables documentation built on Aug. 30, 2023, 5:07 p.m.