| check_integrity | R Documentation |
Verifies that the current prune-owned and generate-owned file surfaces still match the integrity records produced by earlier stages.
check_integrity(root = ".", verbose = interactive())
root |
Repository root directory. |
verbose |
Logical scalar. If 'TRUE', emits a short integrity summary. |
CLI entry point: './tools/check_integrity.R –help'
A list containing both integrity comparisons.
## Not run:
check_integrity()
## End(Not run)