View source: R/utils_matrixOperations.R
mutate_rows | R Documentation |
Apply dplyr's mutate to a subset of rows
mutate_rows(.data, row_selector, ...)
.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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.