del_rows | R Documentation |
This function delete rows in a dataframe
del_rows(r, df)
r |
specify rows to be deleted |
df |
specify dataframe |
returns a dataframe
## Not run: del_rows(c(1, 3), data) del_rows(c("1", "3"), data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.