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 June 27, 2022, 10:25 a.m.