tab_get_wrapped_dimensions {tabxplor} | R Documentation |
Get the number of actual rows and the max character length of a table after
being wrapped (count \n
as a linebreak).
Description
Get the number of actual rows and the max character length of a table after
being wrapped (count \n
as a linebreak).
Usage
tab_get_wrapped_dimensions(tabs, no_tab_vars = FALSE, width_pad = 4L)
Arguments
tabs |
A data.frame. |
no_tab_vars |
For data.frame of class |
width_pad |
Number of characters lengths between columns. |
[Package tabxplor version 1.3.0 Index]