read-memoised: Memoised 'read_file_delim()' Wrappers

Description Usage Arguments Value

Description

These memoised wrappers are used to speed up repeated loading of the same files. They only re-load the file if an argument has changed. This allows functions like load_inv_positive() to run much more quickly when subsequent calls with the same arguments are made.

Usage

1
2
3

Arguments

path

The path to the file to read

...

Additional arguments to pass to read_file_delim()

Value

A tibble containing the loaded data


jesse-smith/covidsms documentation built on Dec. 25, 2021, 4:24 a.m.