R/renomme.variable.R

`renomme.variable` <-
function (df, old, new) {
  names(df)[which(names(df)==old)] <- new
  df
}

Try the rgrs package in your browser

Any scripts or data that you put into this service are public.

rgrs documentation built on May 2, 2019, 4:54 p.m.