Remove Multiple Columns from data.table in R
In this article, we are going to see how to remove multiple columns from data.table in the R Programming language. Create data.table for demonstration: R # load the data.table package library("data.table") # create a data.table with 4 columns # they are id,name,age and address data = data.table(id =