Open matthiasgomolka opened 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.
Think about how to create a report that's useful for both users and output checkers which
sdc_log()
Relates to #71.
If #71 was implemented, it would be possible to include the paths to the output files.