queue: This packages provides an interface for a queue class along with providing a uni-process queue class.

A queue is a sequential data structure allowing users to push to the back of it to store data and pull from the front of it to retrieve data. The queue data structure provided in this package is appropriate for use on a single-process R session. However, there are other packages, such as redis.queue, that allow data structures to be passed between processes.

Package details

AuthorMichael Kane
MaintainerMichael Kane <kaneplusplus@gmail.com>
LicenseLGPL-2
Version0.1
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("queue", repos="http://R-Forge.R-project.org")

Try the queue package in your browser

Any scripts or data that you put into this service are public.

queue documentation built on May 2, 2019, 6:48 p.m.