-
Notifications
You must be signed in to change notification settings - Fork 21
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
Functions to save and load RData from ScienceBase #185
Comments
You thinking just binary Rdata objects or more generic data.frame to CSV/TSV? |
I was thinking #164 was about 'more generic data.frame to CSV/TSV', and I think that's also a good idea. But writing binary data, and keeping it binary, has value of its own. So I'm thinking of this issue as a separate idea. What are your thoughts on the naming convention for these direct read-in functions(#185, #164, #165, etc.)? |
Hmmm, if we were using R syntax as a parallel, You have any thoughts? |
I like that A. It's possible in SB (and sometimes sensible) to store multiple data files within a single item. This could be accommodated in a couple of ways:
B. Either way, could then go the route of
B1 v B2 could depend on whether there are specialized arguments (and how many) for each data type. I'm leaning toward A2 and B1 at the moment. |
In line with #164 plus making SB really R friendly, could write functions that load (and save?) native R data to ScienceBase.
I would use this in
mda.streams
right away if it were available.The text was updated successfully, but these errors were encountered: