Learn R Programming

bnclassify (version 0.4.8)

memoise_char: Memoise a function.

Description

Based on Hadley Wickham's memoise package. Assumes that argument to f is a character vector.

Usage

memoise_char(f)

Arguments

f

a function

Author

Hadley Wickham, Bojan Mihaljevic

Details

This function is a slightly modified version of memoise to avoid the use of digest. The rest functions copied as is from memoise.