Description Usage Arguments Value Examples
View source: R/spectra_to_csv.R
Takes a .dpt list object and calculates the number of particles and columns in the data. Renames the columns, transforms to long format and writes 2 CSV, 1 in long and 1 in wide format.
1 | spectra_to_csv(spectra, out_path, out_file)
|
spectra |
list object to transform |
out_path |
path to directory if outputs |
out_file |
filename basestring of outputs |
2 CSV files
1 | spectra_to_csv(spectra = spectra, out_path = "C:/workspace/", out_file = "test_out")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.