mutate_rows: Apply dplyr's mutate to a subset of rows

View source: R/utils_matrixOperations.R

mutate_rowsR Documentation

Apply dplyr's mutate to a subset of rows

Description

Apply dplyr's mutate to a subset of rows

Usage

mutate_rows(.data, row_selector, ...)

Arguments

.data

A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details.

row_selector

vector of row indices

...

Arguments passed on to dplyr::mutate


adamleejohnson/R-ajtools documentation built on April 4, 2022, 7:24 a.m.