14 lines
356 B
R
14 lines
356 B
R
#!/usr/bin/env Rscript
|
|
#if (!require("remotes")) install.packages("remotes")
|
|
#remotes::install_github("philipp-baumann/simplerspec")
|
|
|
|
file_path <- "D:\\OpusData\\Spektrometer Anbindung\\Test Daten\\OPUS\\Rng02_Rng2630_01.0"
|
|
|
|
data <- read_opus_univ(file_path, extract = "AB",
|
|
atm_comp_minus4offset = FALSE)
|
|
|
|
print(data[1])
|
|
|
|
print(ls())
|
|
|