rename_with.tabxplor_grouped_tab: rename_with method for class tabxplor_grouped_tab

rename_with.tabxplor_grouped_tabR Documentation

rename_with method for class tabxplor_grouped_tab

Description

rename_with method for class tabxplor_grouped_tab

Usage

## S3 method for class 'tabxplor_grouped_tab'
rename_with(.data, .fn, .cols = dplyr::everything(), ...)

Arguments

.data

A tibble of class tabxplor_tab.

.fn

A function used to transform the selected .cols. Should return a character vector the same length as the input.

.cols

Columns to rename; defaults to all columns.

...

Additional arguments passed onto .fn.

Value

An object of class tabxplor_grouped_tab.


BriceNocenti/tablr documentation built on April 12, 2025, 12:56 a.m.