dplyr::rename
list_rename.Rd
dplyr::rename for lists
list_rename(.x, ..., .strict = TRUE)
A list.
Any number of new_name = old_name pairs.
new_name = old_name
If TRUE, the function will throw an error if any of the new names do not exist in the list.
TRUE