Checks the files in the QC log and returns their QC status. Statuses include: "Assigned, needs QC", "Modified, needs QC", and "Fully QCed".

logSummary()

Examples

with_demoRepo({
  logSummary()
})
#>                     file              status
#> 1    script/combine-da.R          Fully QCed
#> 2 script/data-assembly.R Modified - needs QC
#> 3   script/examp-txt.txt Assigned - needs QC
#> 4 script/examp-yaml.yaml Modified - needs QC
#> 5  script/pk/load-spec.R Modified - needs QC