list_rename: 'dplyr::rename' for lists

View source: R/utils.R

list_renameR Documentation

dplyr::rename for lists

Description

dplyr::rename for lists

Usage

list_rename(.x, ..., .strict = TRUE)

Arguments

.x

A list.

...

Any number of new_name = old_name pairs.

.strict

If TRUE, the function will throw an error if any of the new names do not exist in the list.


BergelsonLab/blabr documentation built on Dec. 22, 2024, 9:32 p.m.