atorus-research / matte

{usethis} style tooling to help with Shiny applications evolving maturing into production systems
Other
1 stars 0 forks source link

Make a method of abstracting read/write of data from non-filesystem based data repositories #8

Open mstackhouse opened 4 months ago

mstackhouse commented 4 months ago

If data lives on external systems, such as Box, buckets, etc.

MayaGans commented 6 days ago

@mstackhouse is this a mock up of the data_prep.Rmd template?

mstackhouse commented 6 days ago

I think my original idea here was like how when using Box, you had to write and read data through the API tooling. If you're reading a local Rds file then that's just loading the Rds file itself - so it's not just the location that's changing, it's also the function necessary to read the data.