max_dt: Data.table MAX

View source: R/tdm.R

max_dtR Documentation

Data.table MAX

Description

Finds the max of a data.table.

Usage

max_dt(datatable)

Arguments

datatable

– A data.table whose first column will be ignored but whose other columns are all numeric.

Value

the maximum numeric value in the data.table.


greenelab/TDM documentation built on May 10, 2023, 12:04 a.m.