I had download() function in the readtext package, whose primary function is to save downloaded files locally as cache files to avoid downloading of the same files.
However, I decided to move that function to somewhere else because the function is not specifically about textual data. The new home for the function can be a new single function package downloadCache, but, before start making the package, I want to know if you have a plan to add a similar function to simpleCache.
I am also happy to issue a PR if you think that function fits well to your package.
I had
download()function in the readtext package, whose primary function is to save downloaded files locally as cache files to avoid downloading of the same files.However, I decided to move that function to somewhere else because the function is not specifically about textual data. The new home for the function can be a new single function package downloadCache, but, before start making the package, I want to know if you have a plan to add a similar function to simpleCache.
I am also happy to issue a PR if you think that function fits well to your package.