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


josegallegos07/aceR documentation built on July 19, 2024, 6:32 p.m.