Skip to content
Prev 11305 / 12125 Next

[R-pkg-devel] Retrieving versioned csv datasets for use in an R package

Seconded... have the support for obtaining the desired file be completely initiated by the user, and explicitly pass the filename into the functions that use the data. It is also easier to trace which file was used in a past analysis this way... auto config seems convenient, but it is hard to record the inputs used that way. You can make the function(s) that retrieve/cache the data as simple as you like, but please no simpler than specifying the data version somewhere in every script that uses the data.
On February 14, 2025 8:10:58 AM PST, Jan van der Laan <rhelp at eoos.dds.nl> wrote: