SomaLogic / SomaDataIO

The SomaDataIO package loads and exports 'SomaScan' data via the 'SomaLogic Operating Co., Inc.' proprietary data file, called an ADAT ('*.adat'). The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory.
https://somalogic.github.io/SomaDataIO/
Other
26 stars 18 forks source link

Clean up example docs for `parseHeader()` with `pkgdown` #115

Closed stufield closed 7 months ago

stufield commented 7 months ago

Suggest something like

names(header)

header$Header.Meta

header$file.specs

header$row_meta

tibble::as_tibble(header$Col.Meta)   # maybe `data.frame()` due to import of tibble req'd