Nothing
Implements the 'deflist' class, a read-only list-like object that accesses its elements via a function. The 'deflist' class can be used to model deferred access to data or computations by routing indexed list access to a function. This approach is particularly useful when sequential list-like access to data is required but holding all the data in memory at once is not feasible. The package also provides utilities for memoisation and caching to optimize access to frequently requested elements.
Package details |
|
---|---|
Author | Bradley Buchsbaum [aut, cre] |
Maintainer | Bradley Buchsbaum <brad.buchsbaum@gmail.com> |
License | LGPL (>= 2.1) |
Version | 0.2.0 |
URL | https://bbuchsbaum.github.io/deflist/ |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.