dropRows | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.