Exports a libs_spectrum to a CSV file with a wavelength_nm column plus
one column per shot.
Examples
spec <- ls_simulate_spectrum(seed = 1)
tmp <- tempfile(fileext = ".csv")
ls_write_csv(spec, tmp)
unlink(tmp)
Exports a libs_spectrum to a CSV file with a wavelength_nm column plus
one column per shot.
spec <- ls_simulate_spectrum(seed = 1)
tmp <- tempfile(fileext = ".csv")
ls_write_csv(spec, tmp)
unlink(tmp)