powered by
renames variables in the dataset
rename(var, newvar)
the name of the variable to rename
the new name of the variable
returns NULL, invisibly
# NOT RUN { use(cars, clear=TRUE) listif() rename("speed","velocity") listif() # }
Run the code above in your browser using DataLab