wendtke / psyphr

legacy repo for R package suite for psychophysiological data; see github.com/psyphr-dev
1 stars 1 forks source link

On-disk caching #63

Open iqis opened 5 years ago

iqis commented 5 years ago

With regard to #58 on size of study, a mechanism to cache individual workbooks onto disk has been stored in /R/stash.R This thread documents further discussions and implementational details.

iqis commented 5 years ago

done with 4574186 and neighbors. currently read_study_MW() has added arguments: stash and stash_dir_path, which lets the user choose whether and where to stash the binaries. Default behavior stashes the binaries to a temporary folder, which only persists during the R session.

iqis commented 5 years ago

On-disk caching is now done with thing() from mod package. Works well!