How to rename variables in R
We provide effective and economically affordable training courses for R and Python, click here for more details and course registration ! When we have created a data frame in R , for example by reading a csv file from working directory, the first row of the file will be used as the column or variable names of the data frame. Then we can use names() function to rename the variable names as we like. In Read more…