R/drop-rows.R
dropRows.Rd
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
if (FALSE) { # \dontrun{ ds <- dropRows(ds, ds$gender == "Male") } # }