CollapsABEL (version 0.10.11)

readInfo: ReadInfo constructor

Description

This function takes a file path as parameter, assuming the file is whitspace delimited, not quoted, and has a header line. It returns a ReadInfo object.

Usage

readInfo(filename, cnames)
"readInfo"(filename)
"readInfo"(filename, cnames)

Arguments

filename
Path of the file to read
cnames
character. Expected column names (header).

Value

ReadInfo object

Examples

Run this code
## Not run: 
# ri = readInfo("mmp13.frq")
# ri@cnames 
# ri@filename
# ri@header 
# ## End(Not run)

Run the code above in your browser using DataLab