Defines an CnagCfhFile object from a CFH file.
## Static method (use this):
## CnagCfhFile$fromFile(filename, path=NULL, ..., verbose=FALSE, .checkArgs=TRUE)## Don't use the below:
# S3 method for CnagCfhFile
fromFile(static, filename, path=NULL, ..., verbose=FALSE, .checkArgs=TRUE)
Returns an CnagCfhFile
object.
If the file is not found or if it is of the wrong file format, an
error is thrown.
The filename of to the file.
The path to the file.
Not used.
For more information see CnagCfhFile
.