Learn R Programming

reproducible (version 0.2.5)

makeMemoiseable: Generic method to make or unmake objects memoisable

Description

This is just a pass through for all clases in reproducible. This generic is here so that downstream methods can be created.

Usage

makeMemoiseable(x)

# S3 method for default makeMemoiseable(x)

unmakeMemoiseable(x)

# S3 method for default unmakeMemoiseable(x)

Arguments

x

An object to make memoiseable. See individual methods in other packages.

Value

The same object, but with any modifications, especially dealing with saving of environments, which memoising doesn't handle correctly in some cases.