Validates a file's hash against a stored hash in the associated _metadata.json file
validate_object.Rd
Validates a file's hash against a stored hash in the associated _metadata.json file
Examples
if (FALSE) { # \dontrun{
tables.path <- "OUTPUTS/tables"
out_name <- "01-12345-pk-theoph.csv"
validate_object(file = file.path(tables.path, out_name))
} # }