touchFCS {prada} | R Documentation |
The function reads the header of a file or of a range of files and checks wether they are valid FCS 2.0 or FCS 3.0 files.
touchFCS(path = ".", file)
path |
character, the path to a folder containing files |
file |
character, the path to a single file |
The user may either specify the path to a directory in which to search for FCS files or the path to a single file.
A character vector with names of the valid FCS files found.
fhahne