write_file_with_hash.Rd
Writes data to path, if directory doesn't exist it is created before file is written
write_file_with_hash(data, path, overwrite = FALSE, ...)
the data object to write to file
the destination of the file (csv or parquet)
boolean of whether to overwrite or not.
additional arguments for digest or write_file.
Nothing, File is created and hash of created file is printed