start_using_memoise: Add useMemoise to options
Description
Adds useMemoise to options meaning memoise is
used when reading data in.
Usage
start_using_memoise(path = tempdir(), verbose = TRUE)
Arguments
path
Path to cache directory, defaults to a temporary directory.
verbose
Logical, defaults to TRUE
. Should verbose processing
messages and warnings be returned.