powered by
rename.variable(df, old, new)
data(iris) str(iris) iris <- rename.variable(iris, "Species", "especes") str(iris)
Run the code above in your browser using DataLab