Helper to parse text segment from Flow Cytometry Standard (FCS) compliant files.
readFCStext(
fileName,
delimiter,
start = 0,
end = 0,
encoding = "UTF-8",
empty = FALSE,
trim = "none",
...
)
path to file.
delimiter used to separate keyword-value pairs. /!\ NOTE that files with 0x00 'delimiter' can _NOT_ be parsed.
offset of text start. Default is 0.
offset of text end. Default is 0.
name of the encoding for raw to character conversion. Default is "UTF-8".
whether to allow empty values when parsing text segment. Default is FALSE.
remove whitespace in keywords names. Default is "none". Allowed are "both", "left", "right" and "none".
other arguments to be passed.