powered by
Permanently delete rows from a dataset
dropRows(dataset, expr)
dataset without the rows indicated by expr
dataset
expr
a CrunchDataset
CrunchDataset
a CrunchLogicalExpr
CrunchLogicalExpr
exclusion for a non-destructive way to suppress rows
if (FALSE) { ds <- dropRows(ds, ds$gender == "Male") }
Run the code above in your browser using DataLab