r-hyperspec / hySpc.read.txt

Import ASCII formatted data into hyperSpec
https://r-hyperspec.github.io/hySpc.read.txt/
MIT License
0 stars 1 forks source link

Shouldn't `read_txt_Shimadzu()` return `hyperSpec`? #59

Open GegznaV opened 3 years ago

GegznaV commented 3 years ago

read_txt_Shimadzu() returns a list and not hyperSpec and this behavior is not consistent with other functions

 #' @return list of spectra tables

Shouldn't read_txt_Shimadzu() return hyperSpec?


Related: