Add a row to the QC log accepting a file, recording the commit hash of the commit where the file's last modification occurred. The username of the reviewer will be included in the new row as well.

logAccept(file)

Arguments

file

character file path (either the absolute or relative file path from the QC log)

Examples

with_demoRepo({
  logAccept(file = "script/data-assembly.R")
})