View source: R/guess_col_widths.R
guess_col_widths | R Documentation |
INTERNAL guess appropriate column widths
guess_col_widths(DF, wrap_text = TRUE)
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. |
numeric vector of column widths
# none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.