del_rows: Delete rows in a dataframe

View source: R/del_row_col.R

del_rowsR Documentation

Delete rows in a dataframe

Description

This function delete rows in a dataframe

Usage

del_rows(r, df)

Arguments

r

specify rows to be deleted

df

specify dataframe

Value

returns a dataframe

Examples

## Not run: 
del_rows(c(1, 3), data)
del_rows(c("1", "3"), data)

## End(Not run)

IbrahimHE/wrangler documentation built on March 27, 2022, 4:23 p.m.