# path to *.adat file
# replace with your file path
adat_path <- system.file("extdata", "example_data10.adat",
package = "SomaDataIO", mustWork = TRUE)
adat_path
my_adat <- read_adat(adat_path)
is.soma_adat(my_adat)
Run the code above in your browser using DataLab