Description Usage Arguments Value Author(s)
Parser for Shimadzu GCsolution and GCMSsolution data
1 |
file |
a text file, exported from the Shimadzu GCsolution or GCMS solution. Only the "Compound Quantitative Result" must be clicked when exporting. |
writexl |
logical: write the resulting tibble to xlsx? |
A tibble containing all the information from the exported file.
The sample
variable contains sample names, generated from the file names
(matches word/dot/dash/space from the end of file name and removes the .gcd or .qgd extension).
The function tries to detect the number of samples and compounds and prints this information. If the writexl
argument is TRUE
, then an excel file with the data is written to the current directory.
Angel Angelov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.