Learn R Programming

crunch (version 1.14.4)

dropRows: Permanently delete rows from a dataset

Description

Permanently delete rows from a dataset

Usage

dropRows(dataset, expr)

Arguments

dataset
a CrunchDataset
expr
a CrunchLogicalExpr

Value

dataset without the rows indicated by expr

See Also

exclusion for a non-destructive way to suppress rows

Examples

Run this code
## Not run: 
# ds <- dropRows(ds, ds$gender == "Male")
# ## End(Not run)

Run the code above in your browser using DataLab