powered by
Collapse data.frame to vector by getting column max
colMax(x, na.rm = TRUE)
Matrix or Data frame input
Logical: passed to max, If TRUE, ignore NA values, otherwise if NA is present in any column, NA will be returned. Default = TRUE
max