Reads data from parquet file and prints hash of contents.
Usage
read_parquet_with_hash(parquet_file_path, ...)
Arguments
- parquet_file_path
path to parquet file to ingest
- ...
additional arguments to digest or read_parquet
Value
a tibble of data within file
Examples
if (FALSE) { # \dontrun{
read_parquet_with_hash("data/derived/example_data.parquet")
} # }