min_dt: Data.table MIN

View source: R/tdm.R

min_dtR Documentation

Data.table MIN

Description

Finds the min of a data.table.

Usage

min_dt(datatable)

Arguments

datatable

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

Value

the minimum numeric value in the data.table.


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