memoise_char {bnclassify} | R Documentation |
Based on Hadley Wickham's memoise package. Assumes that argument to f is a character vector.
memoise_char(f)
f |
a function |
This function is a slightly modified version of
memoise
to avoid the use of digest. The rest functions
copied as is from memoise.
Hadley Wickham, Bojan Mihaljevic