tidyselect_row_sums: Tidyselect helper to sum across rows. Wrangle rowSums() or...

tidyselect_row_sumsR Documentation

Tidyselect helper to sum across rows. Wrangle rowSums() or rowMeans() into accepting tidyverselect helpers.

Description

Tidyselect helper to sum across rows. Wrangle rowSums() or rowMeans() into accepting tidyverselect helpers.

Usage

tidyselect_row_sums(.data, ..., .value = "row_sum", na.rm = FALSE)

Arguments

.value

Specify the output variable name.

na.rm

malcalakovalski/fim documentation built on July 30, 2024, 8:37 a.m.