col_renamer {ricu} | R Documentation |
Internal utilities for ICU data classes
Description
Internal utilities for ICU data classes
Usage
col_renamer(x, new, old = colnames(x), skip_absent = FALSE, by_ref = FALSE)
Arguments
x |
Object to query |
new , old |
Replacement names and existing column names for renaming columns |
skip_absent |
Logical flag for ignoring non-existent column names |
by_ref |
Logical flag indicating whether to perform the operation by reference |
[Package ricu version 0.5.6 Index]