Read Parquet File with Hash Verification
Usage
read_parquet_with_hash(parquet_file_path, ..., algo = "blake3")
Arguments
- parquet_file_path
path to parquet file to ingest
- ...
additional arguments to digest or read_parquet
- algo
hashing algorithm to use, default is "blake3"
Value
a tibble of data within file
Examples
if (FALSE) { # \dontrun{
read_parquet_with_hash("data/derived/example_data.parquet")
} # }