Learn R Programming

memify (version 0.1.1)

Constructing Functions That Keep State

Description

A simple way to construct and maintain functions that keep state i.e. remember their argument lists. This can be useful when one needs to repeatedly invoke the same function with only a small number of argument changes at each invocation.

Copy Link

Version

Install

install.packages('memify')

Monthly Downloads

172

Version

0.1.1

License

GPL-3

Maintainer

Bert Gunter

Last Published

January 18th, 2021

Functions in memify (0.1.1)

memify-package

A Simple Framework to Construct and Maintain Functions That Keep State
memify support functions

Extract, Update, and Replace Argument Lists of Memified Functions
memify

Enable Functions To Keep State