Skip to contents

Write Data File with Hash Output

Usage

write_file_with_hash(data, path, overwrite = FALSE, ...)

Arguments

data

the data object to write to file

path

the destination of the file (csv or parquet)

overwrite

boolean of whether to overwrite or not.

...

additional arguments for digest or write_file.

Value

Nothing, File is created and hash of created file is printed

Examples