matthiasgomolka / sdcLog

Tools for statistical disclosure control in research data centres
GNU Affero General Public License v3.0
3 stars 3 forks source link

Create output control report #90

Open matthiasgomolka opened 2 years ago

matthiasgomolka commented 2 years ago

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

Relates to #71.

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

matthiasgomolka commented 2 years ago

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.