Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mstackhouse opened this issue Feb 14, 2024 · 2 comments
Assignees

Comments

@mstackhouse
Copy link
Collaborator

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

@MayaGans
Copy link
Collaborator

MayaGans commented Jul 2, 2024

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

  • read in data from .Renvirorn variable
  • do stuff to it or just a comment about how you can
  • save it as a .rds file to the .Renviron folder location?

@mstackhouse
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants