readSFF {R453Plus1Toolbox}R Documentation

Function To Read In Roche's .sff Files

Description

This function reads in files in Roche's Standard Flowgram Format (SFF) and store the contents in an SFFContainer-class object.

Usage

readSFF(files)

Arguments

files

The name of the .sff file to read in or a character vector of multiple file names or the name of a directory containing .sff files.

Value

An object or a list of objects of class SFFContainer storing all the information from the .sff file(s).

Author(s)

Christian Ruckert

See Also

writeSFF, SFFContainer.

Examples

  file <- system.file("extdata", "SFF", "example.sff", package="R453Plus1Toolbox")
  sffContainer <- readSFF(file)
  sffContainer

[Package R453Plus1Toolbox version 1.43.1 Index]