Read all audit files from a zip
Usage
create_audit_list(audit_zip_path, dataset = NULL, uuid_column = "uuid")
Arguments
- audit_zip_path
location to .zip file. It must contain .zip
- dataset
dataset to (optional)
- uuid_column
uuid column if a dataset is provided. It will only read the uuid
present in the dataset. It will only be used if a dataset is provided.
Value
A list with all the audits file read as they are.
Examples
if (FALSE) { # \dontrun{
create_audit_list("audit_path.zip")
} # }