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

store() enhancement: ... management #6

Open
pearsonca opened this issue Nov 8, 2022 · 0 comments
Open

store() enhancement: ... management #6

pearsonca opened this issue Nov 8, 2022 · 0 comments
Labels
extension nice to haves

Comments

@pearsonca
Copy link
Owner

It is desirable to support having a regularized invocation of store() - i.e. to have a script that generates the same kind of thing (e.g. a data.table) which might get stored to different formats (e.g. csv or rds). Other examples: plot to various image file formats or even an rds for later composition with other plots.

Rather than having the user troubleshoot which arguments to pass by target file type, desire to have them provide all the arguments in ... for whatever storage targets they want to support, and have function internally strip out unnecessary arguments.

One potential issue is overlapping arguments with different meanings, but burn that bridge when I get to it.

@pearsonca pearsonca added the extension nice to haves label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension nice to haves
Projects
None yet
Development

No branches or pull requests

1 participant