guess_col_widths: INTERNAL guess appropriate column widths

View source: R/guess_col_widths.R

guess_col_widthsR Documentation

INTERNAL guess appropriate column widths

Description

INTERNAL guess appropriate column widths

Usage

guess_col_widths(DF, wrap_text = TRUE)

Arguments

DF

data.frame to write to Excel

wrap_text

TRUE (default) or FALSE for whether to assume that text will be wrapped in the output file. If FALSE, the width will be larger b/c it will accommodate the entire column contents.

Value

numeric vector of column widths

Examples

# none

shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.