dropRows: Permanently delete rows from a dataset

View source: R/drop-rows.R

dropRowsR Documentation

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

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

## End(Not run)

Crunch-io/rcrunch documentation built on April 1, 2024, 1:14 a.m.