remove_rows: Remove specified rows from a data frame

remove_rowsR Documentation

Remove specified rows from a data frame

Description

Remove specified rows from a data frame

Usage

remove_rows(df, rows = c(), reset = TRUE)

Arguments

df

a data frame

rows

a vector containing the names of the the rows to remove

reset

reset the row numbers?

Value

Returns a data frame where the specified rows have been removed


joaquinanguera/aceR documentation built on July 18, 2024, 7:37 a.m.