getList {largeList} | R Documentation |
Create a R object and bind with file.
getList(file, compress = TRUE, verbose = FALSE, truncate = FALSE)
file |
Name of file |
compress |
|
verbose |
|
truncate |
|
Create a R object of class "largeList" and bind it with a file.
If the file exists, the R object will be bound to the file.
If the file does not exist or truncate == TRUE
, an empty list will be written into
the given file and then bind it with R object. Later the R object can be used as a normal
list and all the manipulation will be done within the file binding to it.
A R object of class "largeList"
largelist_object <- getList("example.llo", verbose = TRUE, truncate = TRUE)