ReadFile | R Documentation |
ReadFile load one or several BIN/BINX files
ReadFile(list = "liste fichier.txt", n = 1, embedData = TRUE)
list |
[string] (**with default**) name of files list (default "liste fichier.txt") |
n |
[numeric] (**with default**) number of files (default n=1) |
embedData |
[logical] (**with default**) TRUE (default) retrieves data, otherwise (FALSE) returns only file names |
depending on the value of *embedData*
TRUE (default value)
FILE object of class "list" containing S4 Risoe.BINFileData objects
NFILE File name (*.bin/*.binx)
FALSE
File name (*.bin/*.binx)
## Not run:
File<-ReadFile(n=1)
file<-File$FILE
nomFile<-File$NFILE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.