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 output control report #90

Open
matthiasgomolka opened this issue Nov 19, 2021 · 1 comment
Open

Create output control report #90

matthiasgomolka opened this issue Nov 19, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@matthiasgomolka
Copy link
Owner

Think about how to create a report that's useful for both users and output checkers which

  • lists all conducted output checks and their results
  • contains some metadata on the run, such as timestamp, user running sdc_log()
  • ...

Relates to #71.

If #71 was implemented, it would be possible to include the paths to the output files.

@matthiasgomolka
Copy link
Owner Author

Maybe initialize the report by creating an instance of an R6 class (e.g. sdc_report), in which output results and checks are stored? Then finalize the report (using a method of the R6 object sdc_report$close) and write to disk?

Re-read https://adv-r.hadley.nz/r6.html before actually doing this.

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

No branches or pull requests

1 participant