Learn R Programming

⚠️There's a newer version (1.0.5) of this package.Take me there.

container

Deque, Set, and Dict - R6 based container classes with iterators

Common container data structures Deque, Set and Dict (resembling Python's dict type) with typical member functions to insert, delete and access objects from the container and support of iterators.

Soon on CRAN.

Copy Link

Version

Install

install.packages('container')

Monthly Downloads

392

Version

0.3.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Roman Pahl

Last Published

December 1st, 2018

Functions in container (0.3.0)

DequeDictS3funcs

Deque and Dict S3 member functions
Dict

A Dict class
setS3

Set constructors
dequeS3binOp

Binary deque operators
container.pkg

Container, Deque, Set, and Dict (aka Map) - R6 based container classes with iterators and reference semantics.
dequeS3

Deque (double-ended queue) constructors
Set

A Set class
ContainerS3

Container S3 interface
dictS3

Dict constructors
setS3binOp

Binary set operators
dictS3binOp

Binary dict operators
Container

A sequence container
ContainerS3op

Container operators
Iterator

Iterator
Iterable

Iterable abstract class interface
Deque

Deque (double-ended queue)
dictS3replace

Extract or replace Dict values