Skip to contents

Reads data from csv file and prints hash of contents.

Usage

read_csv_with_hash(csv_file_path, ...)

Arguments

csv_file_path

path to csv file to ingest

...

additional arguments for digest or read_csv

Value

dataframe of data within file

Examples

if (FALSE) { # \dontrun{
read_csv_with_hash("data/derived/example_data.csv")
} # }