read_file_with_hash.Rd
Reads the data from a file (csv or parquet) and prints the hash
read_file_with_hash(file_path, ...)
data within the supplied file
if (FALSE) { # \dontrun{
dat <- read_file_with_hash("data/derived/PK_data.parquet")
dat2 <- read_file_with_hash("data/source/data.csv")
} # }