GenericDataFile$fromFile | R Documentation |
Defines a GenericDataFile from a pathname.
## Static method (use this):
## GenericDataFile$fromFile(filename, path=NULL, ..., recursive=TRUE, verbose=FALSE,
## .checkArgs=TRUE)
## Don't use the below:
## S3 method for class 'GenericDataFile'
fromFile(static, filename, path=NULL, ..., recursive=TRUE, verbose=FALSE,
.checkArgs=TRUE)
filename , path |
The filename and the path to the file. The file must exist, otherwise an exception is thrown. |
... |
Not used. |
recursive |
If TRUE, ... |
verbose |
... |
.checkArgs |
(Internal) If FALSE, validation of file existence and arguments are skipped. |
Returns a GenericDataFile
(or a subclass thereof).
Henrik Bengtsson
file.info
().
For more information see GenericDataFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.