Skip to contents

Rename columns

Usage

rename_cols(.tbl, old_cols, new_cols)

Arguments

.tbl

A tible

old_cols

A vector of old quoted variable names

new_cols

A vector of new quoted variable names

Value

Updated tibble with new names