Description Usage Arguments Value Author(s) See Also Examples
This function reads in files in Roche's Standard Flowgram Format (SFF) and store the contents in
an SFFContainer-class
object.
1 |
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. |
An object or a list of objects of class SFFContainer
storing all the information from the
.sff file(s).
Christian Ruckert
1 2 3 | file <- system.file("extdata", "SFF", "example.sff", package="R453Plus1Toolbox")
sffContainer <- readSFF(file)
sffContainer
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.