powered by
drops rows from the dataset
dropif(x)
a condition like var1==2 describing the observations that should be removed from the data set.
var1==2
returns NULL, invisibly
# NOT RUN { use(cars, clear=TRUE) listif() dropif(speed <= 20) listif() # }
Run the code above in your browser using DataLab