memoise_char {bnclassify}R Documentation

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

Details

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

Author(s)

Hadley Wickham, Bojan Mihaljevic


[Package bnclassify version 0.4.8 Index]