📅  最后修改于: 2022-03-11 14:57:03.981000             🧑  作者: Mango
# delete multiple columns in r
# delete column in R by mapping Null value to them
dataset$firstcol <- dataset$nextcol <- dataset$anothercol <- NULL