powered by
Drop all observations where expression is true
drop_obs_if(data, expr)
Data frame
Expression
drop_obs_if(iris, Species == "setosa") drop_obs_if(iris, Sepal.Length < 5 | Sepal.Length >7)
Run the code above in your browser using DataLab