remove_col_count {junco} | R Documentation |
Removal of Unwanted Column Counts
Description
Remove the N=xx column headers for specified span_label_var columns - default is 'rrisk_header
Usage
remove_col_count(obj, span_label_var = "rrisk_header")
Arguments
obj |
table tree object |
span_label_var |
the spanning header text variable value for which column headers will be removed from |
Details
This works for only the lowest level of column splitting (since colcounts is used)
Value
table tree object with column counts in specified columns removed
[Package junco version 0.1.1 Index]