fit_col_widths: Estimate column content widths

View source: R/zz-api-huxtable-utils.R

fit_col_widthsR Documentation

Estimate column content widths

Description

Widths are based on dataframe or huxtable content ignoring rowspans and potential for wrapping.

Usage

fit_col_widths(table)

Arguments

table

a table to get column content widths for.

Value

a vector of column widths

Examples

library(tidyverse)
iris %>% fit_col_widths()

terminological/ggrrr documentation built on June 15, 2024, 6:35 a.m.