rename_with method for class tabxplor_grouped_tab
# S3 method for tabxplor_grouped_tab
rename_with(.data, .fn, .cols = dplyr::everything(), ...)A tibble of class tabxplor_tab.
A function used to transform the selected .cols. Should
return a character vector the same length as the input.
Columns to rename; defaults to all columns.
Additional arguments passed onto .fn.
An object of class tabxplor_grouped_tab.