Skip to content

Common container data structures deque, set and dict (resembling 'Python's dict type) with typical member functions to insert, delete and access container elements.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CRAN_Status_Badge Build Status codecov.io status Downloads

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

About

Common container data structures deque, set and dict (resembling 'Python's dict type) with typical member functions to insert, delete and access container elements.

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.