do_row_summary: Collapses rows of data frame by specified function and adds...

View source: R/0_data_handling.R

do_row_summaryR Documentation

Collapses rows of data frame by specified function and adds as list entry

Description

Collapses rows of data frame by specified function and adds as list entry

Usage

do_row_summary(data_, FUN = mean, by = "All", input, output)

Arguments

data_

data

FUN

function to combine groups

by

column specifying the groups

input

name of input data frame

new.name

name of output data frame (defaults to input data name)


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.