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

Create function to save tables in csv files in reporting directory #87

Closed
malexan opened this issue Feb 22, 2017 · 1 comment
Closed

Comments

@malexan
Copy link
Contributor

malexan commented Feb 22, 2017

Currently I use write.csv, but the function should be more general. For example users will decide reports to be written in SQL data base. In this case we will need to change only one function definition instead of replacing write.csv across the whole module code.

It takes only name of data set as parameter. reportdir could be optional or be taken from the environment by default.

@malexan
Copy link
Contributor Author

malexan commented Feb 22, 2017

Also the function can in parallel save the table in rprtdata.

malexan added a commit that referenced this issue Feb 22, 2017
@malexan malexan closed this as completed Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant