Deleting a column

Columns can likewise be deleted using :=NULL, as follows:

dstate[,IncomeGreaterThan5000:=NULL] 
 
## We can delete multiple columns as well 
dstate[,c("AreaLessThan5000","Abb","Division"):=NULL]  

Get Hands-On Data Science with R now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.