tests/testthat/_snaps/S3-median.md

the median.soma_adat() method trips correct warning

Code
  median(adat)
Condition
  Warning:
  As with the `data.frame` class, numeric data is required for `stats::median()`.
  Please use either:

     [90m`median(data.matrix(x[, getAnalytes(x)]))`[39m
  OR
     [90m`apply(x[, getAnalytes(x)] 2, median)`[39m


Try the SomaDataIO package in your browser

Any scripts or data that you put into this service are public.

SomaDataIO documentation built on April 4, 2025, 2:14 a.m.