Rdocumentation
powered by
Learn R Programming
prada (version 1.48.0)
touchFCS: Check for FCS files
Description
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.
Usage
touchFCS(path = ".", file)
Arguments
path
character, the path to a folder containing files
file
character, the path to a single file
Value
A character vector with names of the valid FCS files found.
Details
The user may either specify the path to a directory in which to search for FCS files or the path to a single file.