Read CSV File with Hash Verification
Usage
read_csv_with_hash(csv_file_path, ..., algo = "blake3")
Arguments
- csv_file_path
path to csv file to ingest
- ...
additional arguments for digest or read_csv
- algo
hashing algorithm to use, default is "blake3"
Value
dataframe of data within file
Examples
if (FALSE) { # \dontrun{
read_csv_with_hash("data/derived/example_data.csv")
} # }