Permanently delete rows from a dataset
Permanently delete rows from a dataset
dropRows(dataset, expr)
dataset |
a |
expr |
a |
dataset without the rows indicated by expr
exclusion for a non-destructive way to suppress rows
## Not run: ds <- dropRows(ds, ds$gender == "Male") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.