Skip to contents

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.