changeNames: changeNames

Description Usage

Description

Change names of selected variables in a data frame. Note that for large data frames the raw code of this function should be copied into script rather than using this function, as there will be a memory cost in copying the data frame within the function.

Usage

1
changeNames(df, oldNames = names(df), newNames)

bobverity/bobFunctions documentation built on May 12, 2019, 11:29 p.m.