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
25 stars 17 forks source link

Add alternative output formats for writing ADATs with `write_adat()` #118

Open stufield opened 5 months ago

stufield commented 5 months ago

Feature

Consider alternative output formats for write_adat(). They could be:

R code

write_adat(x, file = "foo.csv", format = "csv")

Thanks for contributing :partying_face:!