Skip to content
Prev 181602 / 398502 Next

How to exclude a column by name?

Dieter Menne wrote:
possibly with the slightly more generic

    unwanted <- 'Day'
    aq <- within(airquality, rm(list=unwanted))

vQ