Skip to contents

[Deprecated]

This function is deprecated; use write_file_with_hash().

Usage

write_csv_with_hash(data, csv_path, ...)

Arguments

data

a data object to write to file

csv_path

the file path to save the csv

...

additional arguments to digest or write_csv

Value

Nothing, creates csv_path file and prints hash of the file

Examples