R-STUDIO

How to keep or delete columns/Variable of a data frame in R

After reading a data in R, the 1st thing we should do before processing/enriching/ preparing the data in require format is to retain the required columns that can be used further and remove rest of th...

How to rename Columns in R

Below are the different methods for renaming columns in R-studio tool. Each method uses different libraries. You can follow any one method as per convenience.. DEMO: Below are the old and new column d...