logErrorCounts.Rd
This function aggregates the count of each type of validation error encountered in a file and logs the summary to a separate error count file.
logErrorCounts(error_list, file, count_log_file)
A list of error messages generated during validation.
The name of the file being processed.
(Optional) A character vector specifying a file where error counts are logged. Default is "log/error_count_summary.txt".
NULL (This function is called for its side effect of logging error counts.)
logErrorCounts(c("Error: Missing latitude format.", "Error: Missing latitude format."), "data.txt")
#> Error in file.exists(count_log_file): argument "count_log_file" is missing, with no default