# delete multiple columns in r # delete column in R by mapping Null value to them dataset$firstcol <- dataset$nextcol <- dataset$anothercol <- NULL