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