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 container elements. Provides iterators and reference semantics.
Available on CRAN: https://CRAN.R-project.org/package=container
