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

Version

Install

install.packages('largeList')

Monthly Downloads

18

Version

0.3.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Yuchun Zhang

Last Published

April 17th, 2017

Functions in largeList (0.3.1)

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 $<-.