readGC: readGC

Description Usage Arguments Value Author(s)

Description

Parser for Shimadzu GCsolution and GCMSsolution data

Usage

1
readGC(file, writexl = FALSE)

Arguments

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?

Value

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.

Author(s)

Angel Angelov


angelovangel/readGC documentation built on May 23, 2019, 2:46 p.m.