Rdocumentation
powered by
Learn R Programming
largeList (version 0.3.1)
Serialization Interface for Large List Objects
Description
Functions to write or append a R list to a file, as well as read, remove, modify elements from it without restoring the whole list.
Copy Link
Link to current version
Version
Version
0.3.1
0.3.0
0.2.0
0.1.0
Install
install.packages('largeList')
Monthly Downloads
18
Version
0.3.1
License
GPL (>= 2)
Issues
2
Pull Requests
0
Stars
14
Forks
0
Repository
https://github.com/Yuchun-Zhang/R_largeList
Maintainer
Yuchun Zhang
Last Published
April 17th, 2017
Functions in largeList (0.3.1)
Search all functions
length.largeList
Overload of function length.
modifyInList
Modify elements in a list file.
saveList
Save or append elements to a list file.
[.largeList
Overload of operator [].
getList
Create a R object and bind with file.
[[.largeList
Overload of operator [[]].
[[<-.largeList
Overload of operator [[]]<-.
getListLength
Get number of elements in a list file.
getListName
Get names of elements in a list file.
isListCompressed
Check if elements are compressed in the file.
names.largeList
Overload of function names.
print.largeList
Overload of function print.
[<-.largeList
Overload of operator []<-.
largeList
largeList: Serialization Interface for Large List Objects
length<-.largeList
Overload of function length<-.
modifyNameInList
Modify names of elements in a list file.
names<-.largeList
Overload of operator names<-.
readList
Get elements from a list file.
removeFromList
Remove elements from a list file.
$.largeList
Overload of operator $.
$<-.largeList
Overload of operator $<-.