R/batch.summarize.helpers.R
rowMaxs2.Rd
Get maximum of each row of data.frame
rowMaxs2(df, na.rm = TRUE)
data.frame or matrix.
default is TRUE. not tested for FALSE
max of each row
colMaxs2()